RemoveAds

This script can remove the ads which use some CSS like "style='display: block!important;'" to avoid AdBlockPro blocking them. Just it.

As of 2018-11-29. See the latest version.

Author
AnnAngela
Ratings
0 0 0
Version
1.5.1
Created
2017-06-04
Updated
2018-11-29
License
N/A
Applies to
All sites

This script need AdBlockPro running to work!

This script can remove the ads which use some CSS like style="display: block!important;" to avoid AdBlockPro blocking them. Just it.

New Feature

  1. Add feature to remove Baidu Ads which are appended to the shadowRoot of the first normal result;
  2. Add feature to re-direct the ad_insert page of nga.cn;
  3. Add feature to remove the anti-ADB function in www.ruanyifeng.com.

Known Issue

  1. Baidu search page uses AJAX techniques to provide new search result when you typed new search keyword, but this lead to new ads appending. To remove these ads, we use setInterval to remove them periodically.