We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7570249 commit 58de45dCopy full SHA for 58de45d
injects/reddit.js
@@ -3,7 +3,7 @@ console.log('[AnotherAdBlock]: Reddit script injected!');
3
try {
4
const interval = setInterval(() => {
5
// remove ads
6
- let ads = document.querySelectorAll('shreddit-ad-post');
+ let ads = document.querySelectorAll('shreddit-ad-post, shreddit-comments-page-ad, shreddit-sidebar-ad');
7
if(ads.length > 0) {
8
ads.forEach(e => {
9
e.remove();
0 commit comments