File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 13
13
// @description :zh-TW 自動隱藏 GitHub 上引人注目的側面板
14
14
// @author Adam Lui
15
15
// @namespace https://github.com/adamlui
16
- // @version 2025.1.11.2
16
+ // @version 2025.1.11.3
17
17
// @license MIT
18
18
// @icon https://github.githubassets.com/favicons/favicon.png
19
19
// @match *://github.com/*
36
36
name : 'GitHub Widescreen' ,
37
37
urls : {
38
38
gitHub : 'https://github.com/adamlui/github-widescreen' ,
39
- greasyFork : 'https://greasyfork.org/scripts/473439-github-widescreen'
39
+ greasyFork : 'https://greasyfork.org/scripts/473439-github-widescreen' ,
40
+ review : {
41
+ greasyFork : 'https://greasyfork.org/scripts/462422-chatgpt-auto-refresh/feedback#post-discussion'
42
+ }
40
43
}
41
44
}
42
45
app . urls . update = app . urls . greasyFork . replace ( 'https://' , 'https://update.' )
58
61
+ app . urls . gitHub + '</a></span>' ,
59
62
[ // buttons
60
63
function checkForUpdates ( ) { updateCheck ( ) } ,
61
- function leaveAReview ( ) { safeWindowOpen (
62
- app . urls . greasyFork + '/feedback#post-discussion' ) }
64
+ function leaveAReview ( ) { safeWindowOpen ( app . urls . review . greasyFork ) }
63
65
] )
64
66
65
67
// Re-format buttons to include emojis + re-case + hide 'Dismiss'
You can’t perform that action at this time.
0 commit comments