nothing uses g.startup anymore
This commit is contained in:
parent
e49cd5e3c8
commit
75022da98f
@ -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
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user