在加载网页上删除一些<div> </div>

时间:2013-06-17 07:33:52

标签: html google-chrome firefox

大多数网站展示广告。这些通常放在

<div class="googlead">//code here</div>

我在chrome中找到了“Inspect Element”并删除了div,网页看起来很漂亮。

那里有一些脚本

// PESUDOCODE
IF website url contains stackoverflow keyword THEN
    delete this <div> having this class="googlead"
ENDIF

1 个答案:

答案 0 :(得分:2)

是的,这些脚本已经以浏览器插件的形式为您编写,例如Adblock Plus。 http://adblockplus.org/

如果您感到好奇,可以在此处查看各种插件的源代码:https://github.com/adblockplus