Changeset 175 for trollforge/lastmeasure
- Timestamp:
- 12/01/05 17:34:34 (7 years ago)
- File:
-
- 1 edited
-
trollforge/lastmeasure/include/js.inc (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trollforge/lastmeasure/include/js.inc
r82 r175 2 2 function ctrlkey() { if (event.keyCode == 17) alert("Our lawyer has informed us that we need a warning. So, if you are under the age of 18 or find this offensive, please leave immediately"); } 3 3 function delkey() { if (event.keyCode == 46) alert("LAST MEASURE BY PENISBIRD, Rolloffle, and Rucas.\nStarring:\nSpin\nTubgirl\nLemonparty\nBob Goatse\nPenisbird\nPillowfight\nChristmas\nRusty's Wife\nWhat the fuck? That guy's ass is showing in his baby's picture!\n\n\nTotal, complete, all-versions, popup blocker bashing-to-pieces by goat-see\nnhey.swf by rkz\nPROPS TO GNAA. LOL HY --DiKKy (GNAA NORWAY CORRESPONDANT)"); } 4 5 var xOff = 5;6 var yOff = 5;7 var xPos = 400;8 var yPos = -100;9 var flagRun = 1;10 var goat = 0;11 4 12 5 /* … … 26 19 var is_gecko = (agt.indexOf('gecko') != -1); 27 20 // GECKO REVISION 28 var is_rev =021 var is_rev = 0 29 22 if (is_gecko) { 30 temp = agt.split("rv:")31 is_rev = parseFloat(temp[1])23 temp = agt.split("rv:") 24 is_rev = parseFloat(temp[1]) 32 25 } 33 26 … … 37 30 } 38 31 // sleep("1"); 39 for(i =0; i<16; i++) {32 for(i = 0; i < 16; i++) { 40 33 popUp("index.php?popup=1"); 41 34 } … … 43 36 44 37 function popUp(URL) { 45 day = new Date();46 id = day.getTime();47 eval("page" + id + " = window.open(URL, '_blank', 'toolbar=0,scrollbars=0,location=1,statusbar=0,menubar=0,resizable=0,width=640,height=583');");38 day = new Date(); 39 id = day.getTime(); 40 eval("page" + id + " = window.open(URL, '_blank', 'toolbar=0,scrollbars=0,location=1,statusbar=0,menubar=0,resizable=0,width=640,height=583');"); 48 41 } 49 42
Note: See TracChangeset
for help on using the changeset viewer.
