Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
https://github.com/NanoAdblocker/NanoFilters/issues/369
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 committed Aug 24, 2019
1 parent a4eec55 commit 6804137
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/content/rules-specific.js
Original file line number Diff line number Diff line change
Expand Up @@ -2982,6 +2982,13 @@ if (a.domCmp([
a.css('div[class*="tag-"].home-section > .span-8 { width: 100%; margin-right: 15px; }');
}

// https://github.com/NanoAdblocker/NanoFilters/issues/369
if (a.domCmp([
"wp.pl",
])) {
a.css("body > [class] { filter: none; }");
}

if (a.domCmp([
"go4up.com",
])) {
Expand Down

0 comments on commit 6804137

Please sign in to comment.