diff --git a/4chan_x.coffee b/4chan_x.coffee index bea5d716f..30d24a388 100644 --- a/4chan_x.coffee +++ b/4chan_x.coffee @@ -934,7 +934,6 @@ g = 'http://tineye.com/search?url=' ].join '\n' iframe: false - startup: true watched: JSON.parse(GM_getValue('watched', '{}')) xhrs: [] pathname = location.pathname.substring(1).split('/') @@ -1310,4 +1309,3 @@ else #not reply callback() for callback in g.callbacks d.body.addEventListener('DOMNodeInserted', nodeInserted, true) -g.startup = false diff --git a/4chan_x.js b/4chan_x.js index 98fa6af39..5b7868c88 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -1207,7 +1207,6 @@ favNormal: ((_ref = $('link[rel="shortcut icon"]', $('head', d))) != null ? _ref.href : void 0) || 'http://static.4chan.org/image/favicon.ico', flavors: ['http://regex.info/exif.cgi?url=', 'http://iqdb.org/?url=', 'http://saucenao.com/search.php?db=999&url=', 'http://tineye.com/search?url='].join('\n'), iframe: false, - startup: true, watched: JSON.parse(GM_getValue('watched', '{}')), xhrs: [] }; @@ -1678,5 +1677,4 @@ callback(); } d.body.addEventListener('DOMNodeInserted', nodeInserted, true); - g.startup = false; }).call(this);