Menu

#923 blocking a div that loads after the page loads

current actionsfile
open
nobody
None
5
2014-10-17
2014-10-15
Corri
No

so this web page, is a frequent page i use, my main problem is it detects Adblock extention on my Opera browser and i cant bypass it with another block.

it pops a banner in front of the streaming place.

Opera has a neat feature that u can simply click an element on the page and then go to the "source" and delete the sentance manually on the keyboard by selecting the code and clicking Delete on keyboard and Opera deletes the thing on the fly.

but i have to do that everytime.

any workarounds ?

here is the code of the element that needs to be deleted:

Ads blockers are detected. You need to disable your ads blockers to continue watching.

not familiar with banner size blocker and how to use it on privoxy- its problably already loaded but the banner is still there , i tried with proxomitrons similar feature ( that blocks banners by size with no luck)

looking forward to your reply (again: note that this thing loads when adblock is detected)

Discussion

  • Corri

    Corri - 2014-10-15

    lmao , i posted the code and it emerged the whole thing in the post

    here is the code (div id="adblockplus" style="position: absolute; left: 100px; top: 40px; z-index: 2; width: 600px; height: 500px; background-color: green; display: block;">Ads blockers are detected. You need to disable your ads blockers to continue watching.</div)

     

    Last edit: Corri 2014-10-15
  • Fabian Keil

    Fabian Keil - 2014-10-15

    You can either filter out the code or inject a CSS snippet that sets the adblockplus id to display: none. For the latter, you can use the msn or google filters as examples (they are located in default.filter).

     
    • Corri

      Corri - 2014-10-15

      whats the code to filter out the code ? :P

      seriously though

       

      Last edit: Corri 2014-10-15
  • Fabian Keil

    Fabian Keil - 2014-10-17

    Did you look at the examples I mentioned?

     
  • Corri

    Corri - 2014-10-17

    yeah i checked this
    (# google: CSS-based block for Google text ads. Also removes)
    (# a width limitation and the toolbar advertisement.)

    i am not familiar with any code i see there.

    i need a simpler code that i guess what it does is it replaces the following code with no code at all on the source code of the website page. Code:

    ((div id="adblockplus" style="position: absolute; left: 100px; top: 40px; z-index: 2; width: 600px; height: 500px; background-color: green; display: block;">Ads blockers are detected. You need to disable your ads blockers to continue watching.</div))

    i can use this method to eliminate all elements easy , instad of doing it by deleting it from the page source manualy

    so i want a match for the whole thing in the parenthesis (......) if matched to be deleted from the source code on the fly

    whats the code for that ?

     

    Last edit: Corri 2014-10-17

Log in to post a comment.