Remove advertisement blocks and anti-adblock banners on Mobalytics.gg
< Feedback on Remove Popup Ads from Mobalytics
Can this userscript be updated with a 1-line change to the querySelectorAll to also select the anti-adblock banners in the page?
This is the 1-line change:
const adElements = document.querySelectorAll('div.m-1b70aff, div.m-mi6bts');
Hi, I added it
Can this userscript be updated with a 1-line change to the querySelectorAll to also select the anti-adblock banners in the page?
This is the 1-line change:
const adElements = document.querySelectorAll('div.m-1b70aff, div.m-mi6bts');