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:
Nicolas Stepien 2012-06-21 14:05:49 +02:00
parent a7ac32e3b5
commit bf1ef3b3c4
2 changed files with 2 additions and 2 deletions

View File

@ -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==

View File

@ -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==