adblock Questions
3
I've been trying to get a video source from a web site but when I open the dev tools to do so, It shows me this message: "Dont open Developer Tools".
So far I have tried:
Turn off javascript ->d...
Rozanne asked 14/12, 2019 at 19:29
48
Solved
I would like to be able to detect if the user is using adblocking software when they visit my website. If they are using it, I want to display a message asking them to turn it off in order to suppo...
2
Solved
During browsing when I click an element
<body>
changes to
<body class="xyz">
Is it possible to remove this class dynamically using uBlock Origin? Expected behavior: when I ...
Yasmeen asked 5/6, 2021 at 15:6
2
Solved
How can i remove an attribute from a tag using uBlock?
For example in the following div i want to remove the hidden attribute
<div class="test" hidden="hidden">some content</div>
Ex...
0
Some of the XHR requests on my website is getting blocked by the uBlock origin adblocker it is throwing error like this
GET https://maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=true net::ER...
Euphonium asked 24/11, 2021 at 11:45
6
Solved
If user has some kind of ad blocker installed, ad blocker will of course remove all ads from my website, and it leaves empty spaces where the ads used to be. I would like to use that empty space by...
Synthiasyntonic asked 19/2, 2011 at 20:31
5
Solved
Is it possible to add css rule to an element at some page by adblock?
Something like this
#myElement {
color: white !important;
}
I tried to find a script that updates style of this element on...
Maggiemaggio asked 21/3, 2016 at 13:9
3
Solved
My goal is to use Adblock Plus with Selenium via Python. I have been able to get it to the point where it will load the extension, but by default it does not include the default filter "EasyList." ...
Minni asked 30/12, 2013 at 1:33
2
Solved
In some web pages entering with adblock installed is added in the body the "overflow:hidden" css style, preventing the scroll of a website.
Example:
<html>
<head>
<title>Websi...
Boozy asked 13/7, 2018 at 17:35
3
I want to know if there is a way to hide parent element of an identified element.
for example:
<div>
<span id="abx">some garbage content</span>
<div>other garbage containe...
3
Solved
I'm struggling to find a solution without any progress until now . I am trying to catch if the user has an AdBlocker and if it does i want to display a message advising him to turn it off. But , un...
10
Solved
I was recently visiting a site and noticed that the page had a section that said it noticed that I was using AdBlocking software and could I kindly turn it off to help support a small site like tha...
0
I am using axios to do my ajax requests and I have something like this
axiosInstance.interceptors.response.use(
function(response) {
return response;
},
function(error) {
if (error.message ==...
Alignment asked 5/6, 2019 at 21:59
3
Solved
How can I use a wildcard in uBlock Origin? I've tried to figure out how to do it, but I'm a little bit confused. I just want to simplify all of these rules into one rule:
www.dailymail.co.uk###js-...
Farmhouse asked 21/6, 2017 at 0:14
0
I have website setup to serve static files via CDN. I'm using cloudfront CDN. When i open my website on mobile using UC Browser. it only loads the HTML page and do not accepts the files(images,.js,...
Actino asked 27/9, 2018 at 5:56
1
Solved
Ad blockers block all new tabs opened if the content is a blob. I assume there's some reason behind this, but I can't figure it out. I don't think there's anything particularly insecure about blobs...
Homothermal asked 10/7, 2018 at 19:30
15
Solved
After searching Google and Stackoverflow for a few hours I could not find a solution.
What I'm trying to do is detect Adblock plus and display a simple message for now.
What I want to do is detect...
Hedonic asked 12/8, 2013 at 6:15
5
Solved
I use google chrome for my php/js development.
today I started to see a file that is failing to load.
file name is always different
Request URL: blob:http://random.homestead.test/4d9f984b-b8f8-...
Beowulf asked 14/6, 2018 at 4:13
9
Solved
I'm working on an ad funded project. Really something subtle and content aware, not lame popups for genital enlargement etc.
Since the project is ad funded, people with Ad Blockers will not benefi...
Archil asked 24/12, 2011 at 16:0
2
Solved
I have two divs in my site one with id ad_holder and another with id ad_buttons"
When testing the site on Mozilla with ad block plus installed I noticed that both divs were hidden. On further insp...
1
Solved
Looking at URL listings for adblockers and seeing entries with double pipes preceding the URL:
||akamai.net^*.247realmedia.com/$third-party
Anyone know what these double pipes refer to? Thanks
Trinitytrinket asked 24/5, 2017 at 4:39
1
I recently had an issue whereby a user was complaining that they couldn't access a certain page because the link wasn't where it was supposed to be.
After some head-scratching, I had them disable ...
Xanthate asked 16/5, 2017 at 9:50
3
Every page I browse with Chrome shows this error in the console:
extensions::uncaught_exception_handler:8
Error in event handler for (unknown): SyntaxError: Failed to execute 'insertRule' on 'C...
Breadroot asked 14/10, 2015 at 21:52
1
I would like to activate Adblocker for Chrome with Selenium WebDriver Java.
How can it be done?
Herstein asked 14/2, 2017 at 16:43
15
Solved
One of my users let the cat out of the bag and told me they were using one of my free apps, which is monetized by ads, but they were blocking the ads with an ad blocker. They told me this mockingly...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.