Sitemap

Business Insider: Remove Ad-Blocker Popup

1 min readFeb 19, 2018

--

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 = ''
Just like this

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.

--

--

Michael Ikechi
Michael Ikechi

Written by Michael Ikechi

I’ve learned I don’t know anything. I've also learned that people will pay for what I know. Maybe that's why they never pay.

Responses (4)