135

No I will not disable my AdBlocker to view your content.

I'll just disable JS in browser.
*Troll face*

Comments
  • 2
  • 8
    That works till you run into sites that load content with JavaScript as well 😐
  • 1
    @nixclusive0 I'll manage 😢
  • 2
    I don't use AdBlocker anymore, NoScript is sufficient. When you have run it for a while and whitelisted the sites you require, it works great. If you once in a while encounter a site which heavily relies on JS, just temporarily disable NoScript. It is some hassle, but it is so worth it, removing all tons of unnecessary JS crap!
  • 7
    How about just remove couple of DOM elements?
  • 2
    @Windys Can you remove DOM elements from other site you're browsing?
  • 5
    @null-pointer is it some try-catch question about terminology? Cause I'm no front end dev. But when I see annoying pop up, I just open dev console of chrome locate that bloody pop up and press delete. You should try it as well, it's beautiful
  • 2
    Haha. Not really, no try-catch. Welcome to devRant :)
  • 4
    To disable most adblocker blockers (block them, if you will πŸ™ƒ) just add:

    https://raw.github.com/reek/...

    To your list of filters. Works for ABP and uBlock.
  • 1
    design JS-Blocked first.
    like: .content {display:none}
    window.onload(.content display:block)

    (I don't know js, shhhh xD)
  • 2
  • 1
    Dev tools > locate element > delete it ☺️

    Some wiseass devs try to fool you with iframes an asynchronous html loading. Just look further and you are done. If it takes too much time - leave the site.

    Ads suck.
  • 1
    @demiko yeah, I just change their top: -9999px;
    Alternatively you can shrink them, change their alpha channel and etc.
  • 1
Add Comment