From fa47382f75a9030f5ce7217e33c87b93780d85d5 Mon Sep 17 00:00:00 2001 From: James Campos Date: Mon, 18 Oct 2010 07:16:01 -0700 Subject: [PATCH] use getConfig instead of GM_getValue not like it's gonna actually matter, though, since only firefox can auto-watch, and if you're using that, you don't need to manually edit the src. --- 4chan_x.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4chan_x.coffee b/4chan_x.coffee index 948e844d7..c2d8c2130 100644 --- a/4chan_x.coffee +++ b/4chan_x.coffee @@ -107,7 +107,7 @@ if location.hostname.split('.')[0] is 'sys' GM_setValue('error', b.firstChild.textContent) else GM_setValue('error', '') - if GM_getValue('Auto Watch') + if getConfig('Auto Watch') html = $('b').innerHTML [nop, thread, id] = html.match(//) if thread is '0'