Advertisement
ASP_Volume3 Internet/ Browsers/ HTML #54140

Block Ads on Geocities

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

AI

Riepilogo AI: 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.

Codice sorgente
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;">
Commenti originali (3)
Recuperato da Wayback Machine