<script language="javascript">
<!--
writeCookie();
function writeCookie()
{
var today = new Date();
var the_date = new Date("December 31, 2023");
var the_cookie_date = the_date.toGMTString();
var the_cookie = "users_resolution="+ screen.width +"x"+ screen.height;
var the_cookie = the_cookie + ";expires=" + the_cookie_date;
document.cookie=the_cookie
location = 'screen.php';
}
//-->
</script>
このスクリプトは、画面解像度を検出します。ブラウザで Cookie のブロックを「オン」にすると、「ミニ ddos」というエンドレス更新サイト ページ screen.php が表示されます。この状況から抜け出すには?