1.8.2 fix chromium
This commit is contained in:
parent
04df73bc4e
commit
65f1fe3277
@ -177,6 +177,7 @@ x = (path, root) ->
|
||||
singleNodeValue
|
||||
|
||||
#globals
|
||||
AEOS.init() #GM wrappers
|
||||
iframeLoop = false
|
||||
xhrs = []
|
||||
r = null
|
||||
@ -726,7 +727,6 @@ GM_addStyle '
|
||||
}
|
||||
'
|
||||
|
||||
AEOS.init()
|
||||
if navtopr = $ '#navtopr a'
|
||||
text = navtopr.nextSibling #css doesn't see text nodes
|
||||
a = n 'a',
|
||||
|
||||
@ -239,6 +239,7 @@
|
||||
root || (root = d.body);
|
||||
return d.evaluate(path, root, null, XPathResult.ANY_UNORDERED_NODE_TYPE, null).singleNodeValue;
|
||||
};
|
||||
AEOS.init();
|
||||
iframeLoop = false;
|
||||
xhrs = [];
|
||||
r = null;
|
||||
@ -900,7 +901,6 @@
|
||||
cursor: pointer;\
|
||||
}\
|
||||
');
|
||||
AEOS.init();
|
||||
if (navtopr = $('#navtopr a')) {
|
||||
text = navtopr.nextSibling;
|
||||
a = n('a', {
|
||||
|
||||
2
readme
2
readme
@ -2,7 +2,7 @@
|
||||
// @name 4chan x
|
||||
// @namespace aeosynth
|
||||
// @description Adds various features.
|
||||
// @version 1.8.1
|
||||
// @version 1.8.2
|
||||
// @copyright 2009, 2010 James Campos <james.r.campos@gmail.com>
|
||||
// @license MIT; http://en.wikipedia.org/wiki/Mit_license
|
||||
// @include http://boards.4chan.org/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user