Change @updateURL. This doesn't fix the Scriptish auto-update issue, but this ensure that it doesn't give a possible 403 error.
This commit is contained in:
parent
a7ac32e3b5
commit
bf1ef3b3c4
@ -13,7 +13,7 @@
|
||||
// @include http://sys.4chan.org/*
|
||||
// @include https://sys.4chan.org/*
|
||||
// @run-at document-start
|
||||
// @updateURL https://raw.github.com/MayhemYDG/4chan-x/stable/4chan_x.user.js
|
||||
// @updateURL https://github.com/MayhemYDG/4chan-x/raw/stable/4chan_x.user.js
|
||||
// @icon http://mayhemydg.github.com/4chan-x/favicon.gif
|
||||
// ==/UserScript==
|
||||
|
||||
|
||||
2
Cakefile
2
Cakefile
@ -20,7 +20,7 @@ HEADER = """
|
||||
// @include http://sys.4chan.org/*
|
||||
// @include https://sys.4chan.org/*
|
||||
// @run-at document-start
|
||||
// @updateURL https://raw.github.com/MayhemYDG/4chan-x/stable/4chan_x.user.js
|
||||
// @updateURL https://github.com/MayhemYDG/4chan-x/raw/stable/4chan_x.user.js
|
||||
// @icon http://mayhemydg.github.com/4chan-x/favicon.gif
|
||||
// ==/UserScript==
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user