Skip to content

Commit

Permalink
Merge pull request #28 from MarcellPerger1/fix-playclassicgames
Browse files Browse the repository at this point in the history
Fix `playclassic.games`
  • Loading branch information
MarcellPerger1 authored Sep 13, 2023
2 parents 266b1b8 + b5211e5 commit 32639de
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/debug/adblocker.debug.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/debug/bookmarklet.debug.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/release/adblocker.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/release/bookmarklet.min.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/adblocker.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
}
],
ignore: {
selector: ["body", ".ad-layout"],
selector: ["body", ".ad-layout", "#game-holder.game-holder-with-ad"],
func: [(elem) => {
let articles = document.getElementsByTagName('article');
for(let a of articles) {
Expand Down

0 comments on commit 32639de

Please sign in to comment.