Canary


Well what did you expect?

Canary doesn't do anything!

It just stops the pop-ups on FortuneCity.

The Code

Dead simple - just make sure the page header is of this form:

<html>
<head>
<noscript>
<!--
<body>
</body>
-->
</noscript>
</head>

The Canary is the noscript section - it attracts the pop-up scripting inserted by FortuneCity
but the scripts are ignored by script-enabled browsers and commented out for the others!

Return to Main Index