Advertisement
2_2002-2004 Internet/ Browsers/ HTML #126732

Block Ads on Geocities

This is a simple line of code which will block all pop-up windows and ads on GeoCities.

AI

AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Source Code
original-source
NOTE: I have tried to contact GeoCities about this security glitch but to no avail
By adding an open "textarea" element at the end of your HTML file, you block all pop-up windows and ads that are generated by Geocities
At the end of your </html> tag, add the following
line of code:
---------------------
<textarea rows=1 cols=1 style="display:none;">
Your HTML source file on geocities should look something like this:
------------------------------------
<html>
 <head></head>
 <body>
  .....
 </body>
</html>
<textarea rows=1 cols=1 style="display:none;">
Original Comments (3)
Recovered from Wayback Machine