虎扑,豆瓣等用css发屏蔽广告代码

使用方法

  1. 用css中的display:none方法;
  2. 用chrome浏览器,右键审查,获得css路径,在按右键,审查,copy-selector;
  3. 使用stylish等插件;

虎扑css

.hp-threeNav,
body > div.hp-header.hp-header-A,
#tabs_header,
#sort,
body > div.hp-header.hp-header-B,
body > div.bottom_tools,
div > div.floor_box > table > tbody > tr > td > small {
    display: none !important
}

豆瓣css

.group-board,
#group-info,
#db-nav-group{
    display: none !important;
}
#content > div.grid-16-8.clearfix > div.aside > div:nth-child(2) {
    display: none !important;
}

#content > div.grid-16-8.clearfix > div.aside > div.mod.side-nav {
    display: none !important;
}