Questions tagged [adblock]

AdBlockers are the range of tools aimed to remove advertisements from web-pages.

Tools to block advertisements include:

  • Native in-browser tools (Opera's content blocker, IE9's tracking protection)
  • Browser add-ons (AdBlock Plus)
  • Greasemonkey scripts
  • External applications (AdMuncher)
  • System level IP/Domain filtration (via firewall, or editing Hosts file)

Adblockers have significant impact on website monetisation, and thus - are frequently tried to be circumvented by certain website authors / owners.

420 questions
-1
votes
4 answers

How to read the blockadblock script?

I'm wondering how to decode the script, I'm trying to customize the design but its so hard to read the code there script is here: https://blockadblock.com/blockadblock_basic_script.php
ImNotAwesome
  • 79
  • 1
  • 6
-1
votes
1 answer

Remove all iframe containing src="some_src.com/....."

I am a newbie to javascript. In my browser there is an ad popup that is NOT detected by Adblock super. I want to add it to the block list. The following is the format of the iframe:- IFRAME [id="dealply-toast-328099"] [class="dealply-toast…
-1
votes
2 answers

Adblock detection in jwplayer 7

I would like to be able to detect if the user is using adblocking software when they watch videos on jwplayer example i want to tell users that the ad revenue is used for server bills maintenance and they should consider turning Adblock off. How…
John
  • 11
  • 1
-1
votes
1 answer

disable adblock in chrome or any other browser using blog

my blog stuffloot.com a complete blog[enter link description here]1 want to disbale adblocker in chrome.for eg when a user open my website,the ad shown on my website will not be disabled by chrome or any other browser www.stuffloot.com
-1
votes
1 answer

Ad Blocking | Create Dummy Page

I'm trying to create a static HTML page with a dummy ad on screen to get Ad Blocker to detect there is an ad on the page. So far I've found this isn't as simple as copying ad code you find on other sites. Is there anyway to achieve this and have…
Filth
  • 3,116
  • 14
  • 51
  • 79
-1
votes
1 answer

My Website content blocked by AdBlock twitter and

I was updating my personnel website and after installing adBlock under Chrome i noticed some disfunctionning. I found that adBlock blocked some resources from my website like twitter-timeline script and linkedin.pnp image. I disable adBlock…
velocity
  • 1,630
  • 21
  • 24
-1
votes
1 answer

Javascript "echo" css

I was implementing anti-adblock on my site, since my bitcoin faucet runs by ads. The code I used to see if there is adblock on the clients browser was this: (I do have query if needed) function TestPage() { if ($('.advertisement').height() == 0) var…
user2760233
  • 11
  • 1
  • 6
-1
votes
1 answer

How to make links that get blocked by adblock

I'd like to know how I can have a link to an external page that is not visible to adblock users. I have tried many things including giving it a div id="ad", and iframes. Is there maybe something I have missed?
Eric
  • 3
  • 1
-1
votes
1 answer

Adblock hinders ge.tt's working

I use Adbock on Chome and it works fine, but it prevents ge.tt form showing my folders. Any Ideas? Thanks a lot in advance Daniel
Daniel
  • 1,364
  • 1
  • 11
  • 18
-2
votes
1 answer

How to disable all ads on webView swift

How to disable all ads like popups banner in webView for any URL. I am using WKContentRuleListStore for block ads I have use this json content block…
Yogesh Patel
  • 1,893
  • 1
  • 20
  • 55
-2
votes
2 answers

adblock and jquery

It seems like adblock for Chrome is preventing jquery's $.load() command from being executed. I looked around the web a little and couldn't find anything about this. It doesn't seem to block other jquery, such as $.ajax. I threw a little message on…
Richard
  • 167
  • 3
  • 12
-2
votes
1 answer

correct js in tag manager

i am trying to add a tag (to custom javascript) to my google tag manager, but i get "Error at line 12, character 5: Parse error. primary expression expected". Can i please get help to correct my code?