Skip to content

Commit

Permalink
Merge pull request #41 from MarcellPerger1/fix-baeldung
Browse files Browse the repository at this point in the history
fix: Fix it removing the title bar on Baeldung
  • Loading branch information
MarcellPerger1 authored Apr 7, 2024
2 parents 468ec55 + 2a5cc04 commit 83dca4f
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 @@ -121,7 +121,7 @@
},
],
ignore: {
selector: ["body", ".ad-layout", "#game-holder.game-holder-with-ad"],
selector: ["body", ".ad-layout", "#game-holder.game-holder-with-ad", ".no-interstitial-ads"],
func: [(elem) => {
let articles = document.getElementsByTagName('article');
for(let a of articles) {
Expand Down

0 comments on commit 83dca4f

Please sign in to comment.