nothing uses g.startup anymore

This commit is contained in:
James Campos 2010-12-28 09:49:05 -08:00
parent e49cd5e3c8
commit 75022da98f
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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);