Business Insider: Remove Ad-Blocker Popup
Business Insider is an advertising supported site, so if you use a browser like Opera, which tries to block ads, you’ll get a warning popup like
If like me, you can’t be bothered to switch to chrome just to read an article, you could open the browser console and paste this script:
$('.tp-modal').remove()
$('.tp-backdrop.tp-active').remove()
$('body.tp-modal-open').className = ''
The popup should disappear and the page become responsive again.
Enjoy!
Oh, you should totally check out this teacher’s really cool idea for helping prevent bullying and potentially stopping school mass shootings.