home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Gthorne / reopsahl / bkiller.txt < prev    next >
Text File  |  2000-05-25  |  5KB  |  175 lines

  1. GREYTHORNE'S JAVASCRIPT BANNER KILLER
  2.  
  3. Note: this proggy uses popup windows to capture popup windows
  4. (kind of like fighting fire with fire) if your browser doesnt
  5. display popup windows, then why are you trying to run this?
  6. you are ALREADY immune to the silly banner popups!
  7.  
  8. This one is pre-programmed to kill the prohosting.com banners, the tripod.com
  9. banners, and the geocities.com banners.
  10.  
  11. It makes use of hidden frames in a remote control which can either be minimized
  12. while you browse or left open and used as a remote control with your favorite
  13. sites at button access to your fingertips. Please have fun with this! (I really
  14. do use this thing on my home pc in case you are wondering)
  15.  
  16. To make this work, just point your browser at the home.htm as your start page
  17. and make any setting changes you desire in the 6 html pages below (all must be
  18. in the same directory to work properly)
  19.  
  20. For fastest results, just change the address in GO.HTM to point where you
  21. usually like to have your browser start (worry about anything else later)
  22.  
  23. +Gthorne'98
  24.  
  25. ****************
  26. *** HOME.HTM ***
  27. ****************
  28.  
  29. THIS IS THE FRAME SOURCE, YOU SET YOUR STARTUP PAGE HERE (C:\GTBK\HOME.HTM for example)
  30.  
  31. ---
  32.  
  33. <html>
  34.  
  35. <head><title>Greythorne's Banner Killer</title></head>
  36.  
  37. <frameset cols=100%,* border=0>
  38.    <frame name="visible" src="go.htm" noresize>
  39.    <frame name="hidden" src="popup.htm" noresize>
  40. </frameset>
  41.  
  42. </html>
  43.  
  44. *************
  45. *** GO.HTM***
  46. *************
  47.  
  48. THIS OPENS YOUR NORMAL START PAGE
  49.  
  50. ---
  51.  
  52. <html><body bkgrond="black">
  53. <font face="arial" color="blue" size="+2"><I>
  54. Loading Start Page...</I></font>
  55.  
  56. <script language="JavaScript">
  57. <!--
  58.  
  59. // SET WHERE YOU WANT YOUR BROWSER TO START
  60.  
  61. setTimeout("window.open('http://home.netscape.com/','_top')",1);
  62.  
  63. // --></script>
  64. </body></html>
  65.  
  66. *****************
  67. *** POPUP.HTM ***
  68. *****************
  69.  
  70. INTERNAL HIDDEN FRAME, CREATES THE WINDOW FOR YOUR BANNER KILLER
  71.  
  72. ---
  73.  
  74. <html>
  75.  
  76. <head><title>Popup Window Generator</title></head>
  77.  
  78. <body>
  79.  
  80. <BR>
  81. <script language="JavaScript">
  82. <!--
  83.  
  84. var newWindow = window.open('remote.htm','Remote','width=340,height=55,scrolling=no');
  85. newWindow.document.close();
  86.  
  87. //-->
  88. </script>
  89.  
  90. </body>
  91. </html>
  92.  
  93. ******************
  94. *** REMOTE.HTM ***
  95. ******************
  96.  
  97. THIS PAGE DOES THE CATCHING
  98.  
  99. IT CREATES HIDDEN FRAMES NAMED THE SAME AS THE POPUP BANNERS SO ALL
  100. BANNERS GET SENT HERE TO A HIDDEN FRAME INSTEAD OF A NEW WINDOW
  101. DO MAKE SURE THE NUMBER OF *'s ADDS UP TO THE NUMBER OF TRASHCANS
  102.  
  103. ---
  104.  
  105. <html><head><title>Remote</title></head>
  106.  
  107. <frameset cols=100%,*,*,*,*,*,* border=0>
  108.  
  109. <frame name="controls" src="controls.htm" noresize>  /* remote control */
  110.  
  111. <frame src="trashcan.htm" noresize name="TripodPopup">    /* tripod.com */
  112. <frame src="trashcan.htm" noresize name="w3adYRJAQBAI">   /* geocities.com (changes at least daily) */
  113. <frame src="trashcan.htm" noresize name="Banner">         /* prohosting.com */
  114. <frame src="trashcan.htm" noresize name="Ad">             /* angelfire.com */
  115. <frame src="trashcan.htm" noresize name="">               /* aixs.net */
  116. <frame src="trashcan.htm" noresize name="EasySpacePopup"> /* easyspace.com */
  117.  
  118. </frameset>
  119. </html>
  120.  
  121. ********************
  122. *** CONTROLS.HTM ***
  123. ********************
  124.  
  125. THIS IS THE REMOTE CONTROL THAT GETS DISPLAYED
  126.  
  127. THE HIDDEN FRAMES ARE BEHIND THIS ONE
  128. EITHER MINIMIZE THIS OR LEAVE IT OPEN AND ADD YOUR OWN
  129. BUTTONS AS YOU LIKE WITH YOUR FAVORITE LINKS IN THEM
  130.  
  131. ---
  132.  
  133. <html>
  134.  
  135. <head><title>Remote Control Banner Killer</title></head>
  136.  
  137. <body bgcolor="black">
  138.  
  139. <center><FORM>
  140.  
  141. <table height="50" width="320" cellpadding=0 cellspacing=0 border=0>
  142. <TR><TD align="center" valign="middle">
  143.  
  144. <INPUT TYPE=BUTTON VALUE="Greythorne" onClick="window.open('http://greythorne.cjb.net/','Greythorne','width=700,height=400,toolbar=yes,status=yes,scrollbars=yes,location=yes,menubar=yes,directories=yes');">
  145.  
  146. <INPUT TYPE=BUTTON VALUE="Fravia" onClick="window.open('hhttp://129.105.116.5/fravia/index.htm','Fravia','width=700,height=400,toolbar=yes,status=yes,scrollbars=yes,location=yes,menubar=yes,directories=yes')">
  147.  
  148. <INPUT TYPE=BUTTON VALUE="Anon Mail" onClick="window.open('https://www.anonymizer.com/email/remailer-power.cgi?to=','AnonMail','width=700,height=400,toolbar=yes,status=yes,scrollbars=yes,location=yes,menubar=yes,directories=yes')">
  149.  
  150. </TD></TR></TABLE>
  151.  
  152. </FORM>
  153. </center>
  154. </body>
  155. </html>
  156.  
  157. ********************
  158. *** TRASHCAN.HTM ***
  159. ********************
  160.  
  161. THIS IS A DEFAULT JUNK HTML PAGE
  162.  
  163. IF IT IS NOT INCLUDED, THE BROWSERS WILL COMPLAIN SINCE THEY ATTEMPT TO PUT
  164. SOMETHING IN THE HIDDEN FRAMES WHEN THEY ARE CREATED - MIGHT AS WELL BE TINY
  165.  
  166. ---
  167.  
  168. <html>     
  169. <body>
  170.  
  171. Trashcan Frame
  172.  
  173. </body>
  174. </html>
  175.