2009年5月17日 星期日

[2009.5]The newest way to remove Geocitis Ads

哎~天不遂人愿呀~
博客被河蟹掉已经够让人讨厌的了,今天费了半天劲折腾出来了广告移除代码,结果却得到Geo这样的个通知:
Important Announcement
After careful consideration, Yahoo! has decided to close GeoCities later this year.

You can continue enjoying your GeoCities service until then — we just wanted you to let you know about the closure as soon as possible. We'll share more details this summer. For now, please visit the help center for more information.

这这这都怎么了这是?这儿被河蟹,那儿被关闭的,这日子还让不让人过了?
积极寻找合适翻墙办法中...

//code:
<script language="javascript">
/* Geocities ADs remover by wye-MIA kid C!
   http://wye-ANGer.blogspot.com         */

var args = parent.document.location.toString().split('?');
var myDate = new Date();
var para = ''+myDate.getFullYear()+myDate.getDate();
if (args[1] != para)
{
    var myDate = new Date();
    parent.document.location=args[0]+'?'+para;
}
else
{
    var i,origLength;
    origLength = parent.document.all.length;
    for (i = 0; i <= origLength; i++)
    {
        if(parent.document.all[i].tagName=="DIV")
        {
            parent.document.all[i].style.display="none";
        }
    }
}
</script>

Please plaste the code after < b o d y >

沒有留言:

張貼留言