GREYTHORNE'S JAVASCRIPT BANNER KILLER Note: this proggy uses popup windows to capture popup windows (kind of like fighting fire with fire) if your browser doesnt display popup windows, then why are you trying to run this? you are ALREADY immune to the silly banner popups! This one is pre-programmed to kill the prohosting.com banners, the tripod.com banners, and the geocities.com banners. It makes use of hidden frames in a remote control which can either be minimized while you browse or left open and used as a remote control with your favorite sites at button access to your fingertips. Please have fun with this! (I really do use this thing on my home pc in case you are wondering) To make this work, just point your browser at the home.htm as your start page and make any setting changes you desire in the 6 html pages below (all must be in the same directory to work properly) For fastest results, just change the address in GO.HTM to point where you usually like to have your browser start (worry about anything else later) +Gthorne'98 **************** *** HOME.HTM *** **************** THIS IS THE FRAME SOURCE, YOU SET YOUR STARTUP PAGE HERE (C:\GTBK\HOME.HTM for example) --- <html> <head><title>Greythorne's Banner Killer</title></head> <frameset cols=100%,* border=0> <frame name="visible" src="go.htm" noresize> <frame name="hidden" src="popup.htm" noresize> </frameset> </html> ************* *** GO.HTM*** ************* THIS OPENS YOUR NORMAL START PAGE --- <html><body bkgrond="black"> <font face="arial" color="blue" size="+2"><I> Loading Start Page...</I></font> <script language="JavaScript"> <!-- // SET WHERE YOU WANT YOUR BROWSER TO START setTimeout("window.open('http://home.netscape.com/','_top')",1); // --></script> </body></html> ***************** *** POPUP.HTM *** ***************** INTERNAL HIDDEN FRAME, CREATES THE WINDOW FOR YOUR BANNER KILLER --- <html> <head><title>Popup Window Generator</title></head> <body> <BR> <script language="JavaScript"> <!-- var newWindow = window.open('remote.htm','Remote','width=340,height=55,scrolling=no'); newWindow.document.close(); //--> </script> </body> </html> ****************** *** REMOTE.HTM *** ****************** THIS PAGE DOES THE CATCHING IT CREATES HIDDEN FRAMES NAMED THE SAME AS THE POPUP BANNERS SO ALL BANNERS GET SENT HERE TO A HIDDEN FRAME INSTEAD OF A NEW WINDOW DO MAKE SURE THE NUMBER OF *'s ADDS UP TO THE NUMBER OF TRASHCANS --- <html><head><title>Remote</title></head> <frameset cols=100%,*,*,*,*,*,* border=0> <frame name="controls" src="controls.htm" noresize> /* remote control */ <frame src="trashcan.htm" noresize name="TripodPopup"> /* tripod.com */ <frame src="trashcan.htm" noresize name="w3adYRJAQBAI"> /* geocities.com (changes at least daily) */ <frame src="trashcan.htm" noresize name="Banner"> /* prohosting.com */ <frame src="trashcan.htm" noresize name="Ad"> /* angelfire.com */ <frame src="trashcan.htm" noresize name=""> /* aixs.net */ <frame src="trashcan.htm" noresize name="EasySpacePopup"> /* easyspace.com */ </frameset> </html> ******************** *** CONTROLS.HTM *** ******************** THIS IS THE REMOTE CONTROL THAT GETS DISPLAYED THE HIDDEN FRAMES ARE BEHIND THIS ONE EITHER MINIMIZE THIS OR LEAVE IT OPEN AND ADD YOUR OWN BUTTONS AS YOU LIKE WITH YOUR FAVORITE LINKS IN THEM --- <html> <head><title>Remote Control Banner Killer</title></head> <body bgcolor="black"> <center><FORM> <table height="50" width="320" cellpadding=0 cellspacing=0 border=0> <TR><TD align="center" valign="middle"> <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');"> <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')"> <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')"> </TD></TR></TABLE> </FORM> </center> </body> </html> ******************** *** TRASHCAN.HTM *** ******************** THIS IS A DEFAULT JUNK HTML PAGE IF IT IS NOT INCLUDED, THE BROWSERS WILL COMPLAIN SINCE THEY ATTEMPT TO PUT SOMETHING IN THE HIDDEN FRAMES WHEN THEY ARE CREATED - MIGHT AS WELL BE TINY --- <html> <body> Trashcan Frame </body> </html>