|
Posts: 448
Flaming Skull: AYATOLLAH OF ROCK-AND-ROLLAH
Started their period:
25 May 08 |
// ==UserScript==
// @name WF HD pack // @namespace www.wobblingmonkbreasts.org // @description High res imagery for wf // @include *.war-facts.com/* // ==/UserScript== // replace 1: http://www.kickitsfaceoff.com/hosting/images/Duncecap/wfhdblu1.jpg // replace 2: http://www.kickitsfaceoff.com/hosting/images/Duncecap/wfhdbluh1.jpg var head = document.evaluate("//*[contains(@class,'strong')]", document, null, XPathResult. ORDERED_NODE_SNAPSHOT_TYPE, null); for(i=0; i<head.snapshotLength;i++){ head.snapshotItem(i).style.backgroundImage = "url(http://www.kickitsfaceoff.com/hosting/images/Duncecap/wfhd1v2.jpg)"; } var head = document.evaluate("//*[contains(@class,'head')]", document, null, XPathResult. ORDERED_NODE_SNAPSHOT_TYPE, null); for(i=0; i<head.snapshotLength;i++){ head.snapshotItem(i).style.backgroundImage = "url(http://www.kickitsfaceoff.com/hosting/images/Duncecap/wfhd2v2.jpg)"; } var cols = document.evaluate("//*[contains(@class,'show')]", document, null, XPathResult. ORDERED_NODE_SNAPSHOT_TYPE, null); for(i=0; i<cols.snapshotLength;i++){ cols.snapshotItem(i).style.backgroundImage = "url(http://www.kickitsfaceoff.com/hosting/images/Duncecap/wfhd1v2.jpg)"; } var bigbeardointhangs = document.evaluate("/html/body/div/div[3]/table/tbody/tr/td/ul/li/a", document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue; bigbeardointhangs.style.backgroundImage = "url(http://metacynic.com/wfproto/HD/wfhd2new.png)"; //var backgroundMain = document.evaluate("/html/body", document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null ).singleNodeValue; //backgroundMain.style.backgroundImage = "url(http://metacynic.com/wfproto/frontimages/spacetile.jpg)"; var topleft = document.evaluate("/html/body/div/div[2]/table/tbody/tr/td/a", document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null ).singleNodeValue; topleft.innerHTML = '<img height="125" border="0" width="125" alt="Warring Factions - A browser based space strategy game" src="http://www.kickitsfaceoff.com/hosting/images/BEEF/wflogo.png"/>'; |
|
Posts: 448
Flaming Skull: AYATOLLAH OF ROCK-AND-ROLLAH
Started their period:
25 May 08 |
Quote |
|
Posts: 605
Flaming Skull: hooray
Started their period:
25 May 08 |
plz.. use the [code] tags.. |
|
Posts: 448
Flaming Skull: AYATOLLAH OF ROCK-AND-ROLLAH
Started their period:
25 May 08 |
ok |
|
Posts: 448
Flaming Skull: AYATOLLAH OF ROCK-AND-ROLLAH
Started their period:
25 May 08 |
My favourite part of The Watchmen was when BEEF was unveiled as the true enemy // ==UserScript==
|
|
Posts: 448
Flaming Skull: AYATOLLAH OF ROCK-AND-ROLLAH
Started their period:
25 May 08 |
noice |