1.8.2 fix chromium

This commit is contained in:
James Campos 2010-11-10 20:02:26 -08:00
parent 04df73bc4e
commit 65f1fe3277
4 changed files with 6 additions and 3 deletions

View File

@ -177,6 +177,7 @@ x = (path, root) ->
singleNodeValue singleNodeValue
#globals #globals
AEOS.init() #GM wrappers
iframeLoop = false iframeLoop = false
xhrs = [] xhrs = []
r = null r = null
@ -726,7 +727,6 @@ GM_addStyle '
} }
' '
AEOS.init()
if navtopr = $ '#navtopr a' if navtopr = $ '#navtopr a'
text = navtopr.nextSibling #css doesn't see text nodes text = navtopr.nextSibling #css doesn't see text nodes
a = n 'a', a = n 'a',

View File

@ -239,6 +239,7 @@
root || (root = d.body); root || (root = d.body);
return d.evaluate(path, root, null, XPathResult.ANY_UNORDERED_NODE_TYPE, null).singleNodeValue; return d.evaluate(path, root, null, XPathResult.ANY_UNORDERED_NODE_TYPE, null).singleNodeValue;
}; };
AEOS.init();
iframeLoop = false; iframeLoop = false;
xhrs = []; xhrs = [];
r = null; r = null;
@ -900,7 +901,6 @@
cursor: pointer;\ cursor: pointer;\
}\ }\
'); ');
AEOS.init();
if (navtopr = $('#navtopr a')) { if (navtopr = $('#navtopr a')) {
text = navtopr.nextSibling; text = navtopr.nextSibling;
a = n('a', { a = n('a', {

View File

@ -1,3 +1,6 @@
1.8.2
- fix chromium
1.8.1 1.8.1
- fix bugs in 1.8.0 - fix bugs in 1.8.0

2
readme
View File

@ -2,7 +2,7 @@
// @name 4chan x // @name 4chan x
// @namespace aeosynth // @namespace aeosynth
// @description Adds various features. // @description Adds various features.
// @version 1.8.1 // @version 1.8.2
// @copyright 2009, 2010 James Campos <james.r.campos@gmail.com> // @copyright 2009, 2010 James Campos <james.r.campos@gmail.com>
// @license MIT; http://en.wikipedia.org/wiki/Mit_license // @license MIT; http://en.wikipedia.org/wiki/Mit_license
// @include http://boards.4chan.org/* // @include http://boards.4chan.org/*