From ce3e139fe7434ad17f011ac285162e24277fe5fd Mon Sep 17 00:00:00 2001 From: Date: Wed, 6 Apr 2011 14:40:59 -0700 Subject: [PATCH 1/4] It just werkz. --- script.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.coffee b/script.coffee index 04e36f258..f3f6547bc 100644 --- a/script.coffee +++ b/script.coffee @@ -1115,7 +1115,7 @@ updaterMake = -> d.body.appendChild div - if GM_getValue 'autoG' then updateAuto.call $("input[name=autoL]", div) + if GM_getValue 'autoG', true then updateAuto.call $("input[name=autoL]", div) watch = -> id = @nextSibling.name From 121a6f80d3d135a73b4c492f3062587aaeda845a Mon Sep 17 00:00:00 2001 From: Date: Wed, 6 Apr 2011 14:49:38 -0700 Subject: [PATCH 2/4] ;_; --- 4chan_x.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4chan_x.js b/4chan_x.js index 8ac18ac4e..1d3082669 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -1471,7 +1471,7 @@ $.bind(interval, 'change', updateInterval); $.bind($('input[type=button]', div), 'click', updateNow); d.body.appendChild(div); - if (GM_getValue('autoG')) { + if (GM_getValue('autoG', true)) { return updateAuto.call($("input[name=autoL]", div)); } }; From cf9775ab868f4ad1aa8f38fe005ea276eca9a6e5 Mon Sep 17 00:00:00 2001 From: James Campos Date: Wed, 6 Apr 2011 16:26:09 -0700 Subject: [PATCH 3/4] add mayhem to contributors --- header | 1 + 1 file changed, 1 insertion(+) diff --git a/header b/header index b082da2de..840118037 100644 --- a/header +++ b/header @@ -45,6 +45,7 @@ /* CONTRIBUTORS * + * MayhemYDG - fix updater default options * Ongpot - sfw favicon * thisisanon - nsfw + 404 favicons * Anonymous - empty favicon From aa7adaf40a6c7f91da7165fee31f58aa39e96fc7 Mon Sep 17 00:00:00 2001 From: James Campos Date: Thu, 7 Apr 2011 14:36:36 -0700 Subject: [PATCH 4/4] fix mayhem's name --- 4chan_x.js | 1 + header | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/4chan_x.js b/4chan_x.js index 1d3082669..cdab6de51 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -45,6 +45,7 @@ /* CONTRIBUTORS * + * Mayhem - fix updater default options * Ongpot - sfw favicon * thisisanon - nsfw + 404 favicons * Anonymous - empty favicon diff --git a/header b/header index 840118037..f9f7453f6 100644 --- a/header +++ b/header @@ -45,7 +45,7 @@ /* CONTRIBUTORS * - * MayhemYDG - fix updater default options + * Mayhem - fix updater default options * Ongpot - sfw favicon * thisisanon - nsfw + 404 favicons * Anonymous - empty favicon