前幾天奇摩字典改版了,想說那就順便來把之前沒做好的去廣告,做得徹底一點。
因為自己平常是使用這個當作英漢字典,所以常常會造訪,非常討厭看到那些廣告,吸收不乾淨的東西會妨礙學習啊。
Stylish的樣式如下:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://tw.dictionary.yahoo.com/)
{
/* 版面調整 */
#results
{
margin-right: 0 !important;
}
/* 側邊廣告 */
#east
{
display: none !important;
}
/* 底部廣告 */
#ad-be, .ysm
{
display: none !important;
}
}
以上即可完全將廣告清乾淨,另外建議搭配Adblock Plus,加入以下兩條規則。
http://tw.yimg.com/a/*
http://tw.linkspot.search.yahoo.com/*
通常奇摩的廣告會放在這些地方,可以直接從源頭就擋下Javascript的廣告產生。
前幾天,奇摩字典又改版了。
不過這次改版更容易去廣告了,已將新的樣式更新上去。
這應該說什麼呢?
感謝大大分享^^