Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install
anti - Ikariam PLUS
You could comment on this script if you were logged in.
Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install
You could comment on this script if you were logged in.
Installed 228 times.
Jul 14, 2008.
No tags.
login to vote
if tou want we speek about modifications, post your comment here:
http://userscripts.org/scripts/show/29831
login to vote
Can you remove the 'plus' sign from the four images of the man (military, etc...) and the link from top bar?
This is how You can do
Or you or sol-666
// this one remove the plus var ricercaPiu = document.evaluate("//div[@id='advisors']//a[@class='plusteaser']", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); for (var i = ricercaPiu.snapshotLength - 1; i >= 0; i--) { var elm = ricercaPiu.snapshotItem(i); elm.parentNode.removeChild(elm); } // this one remove the link at top for plus functions var ricercaLinkPlus = document.evaluate("//li[@class='premium']", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); for (var i = ricercaLinkPlus.snapshotLength - 1; i >= 0; i--) { var elm = ricercaLinkPlus.snapshotItem(i); elm.parentNode.removeChild(elm); }login to vote
why dit you use my code, I don't see any différences ??
original sources are here :
http://userscripts.org/scripts/show/29831