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

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 committed Jan 1, 2020
1 parent 9331ea2 commit 1872680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/rules-specific.js
Original file line number Diff line number Diff line change
Expand Up @@ -2942,8 +2942,8 @@ if (a.domCmp(["wowtoken.info"])) {
method: "GET",
url: script.src,
}, (data) => {
a.css(".adsbygoogle { display: none; }");
a.inject(data.replace(re, "true;"), true);
a.css(".adsbygoogle { display: none; }");
}, () => {
console.error("[Nano] Failed :: Patch Main Script");
});
Expand Down

0 comments on commit 1872680

Please sign in to comment.