From bf1ef3b3c457ec33a584922d898a65bafccdc1cf Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Thu, 21 Jun 2012 14:05:49 +0200 Subject: [PATCH] Change @updateURL. This doesn't fix the Scriptish auto-update issue, but this ensure that it doesn't give a possible 403 error. --- 4chan_x.user.js | 2 +- Cakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index f3fec2e69..1491f1bd5 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -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== diff --git a/Cakefile b/Cakefile index 0a5a3d685..658b88f63 100644 --- a/Cakefile +++ b/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==