Search found 230 matches

by gorhill
Tue Sep 06, 2016 11:49 am
Forum: Report unblocked content
Topic: whosampled.com [Anti blocker]
Replies: 0
Views: 268

whosampled.com [Anti blocker]

An anti-blocker overlay pop ups asking the user to disable the blocker on the front page of http://www.whosampled.com/ . Currently the resource it checks to detect a blocker is first-party http://www.whosampled.com/ads.js . So this filter resolves the issue: @@||whosampled.com/ads.js$script,~third-p...
by gorhill
Mon Sep 05, 2016 7:44 pm
Forum: Report unblocked content
Topic: NSFW xvideos.com
Replies: 33
Views: 5888

Re: NSFW xvideos.com

The filter causing the issue is ||xvideos.com^*/en.json$~third-party,xmlhttprequest , added in this commit . The blocked resource which allows logging in is http://static-hw.xvideos.com/v3/js/i18n/front/en.json . If I allow only this one resource, it does look like logging in is fixed. So maybe addi...
by gorhill
Mon Sep 05, 2016 12:27 pm
Forum: Report unblocked content
Topic: allmusic.com
Replies: 36
Views: 6210

Re: allmusic.com anti adb

bambambam wrote:There seems to be a new anti-adblock now
script:contains is uBO-specific: it should not be needed, I am not seeing any anti-blocker with default filter lists/settings in uBO.
by gorhill
Sat Sep 03, 2016 1:57 pm
Forum: Report unblocked content
Topic: allmusic.com
Replies: 36
Views: 6210

Re: allmusic.com [anti-adblock]

galacticninja wrote:The above filters seem to work.
They were added to uBO yesterday, just force an update of uBlock filters. In general, always force an update before reporting an issue, in case a solution for it was added to the filter lists after your last update.
by gorhill
Sat Sep 03, 2016 11:44 am
Forum: Report unblocked content
Topic: allmusic.com
Replies: 36
Views: 6210

Re: allmusic.com [anti-adblock]

intense wrote:for chrome + ubo:

Code: Select all

allmusic.com#@#.allmusic-share
allmusic.com#@#.footer-leaderboard 
Are these two really needed? I don't get the anti-blocking with un-hiding only the two others.
by gorhill
Fri Sep 02, 2016 4:16 pm
Forum: Report unblocked content
Topic: startpage.com
Replies: 9
Views: 1557

Re: startpage.com

Lanik wrote:That removes the "Add to Chrome" and "Set as Homepage" buttons for me.
We are served different versions of the page? Mine: http://imgur.com/a/E89fu. "Add to Chrome"/"Set as Home" are under #settings on my side.
by gorhill
Fri Sep 02, 2016 1:52 pm
Forum: Report unblocked content
Topic: startpage.com
Replies: 9
Views: 1557

Re: startpage.com

The id for that element is #promo_cnt_id: sounds like an ad.

startpage.com##.banner-container gets rid of it.
by gorhill
Fri Sep 02, 2016 12:39 pm
Forum: Report incorrectly removed content
Topic: [EasyPrivacy] computershopper.com: legit images blocked
Replies: 8
Views: 1136

Re: [EasyPrivacy] computershopper.com: legit images blocked

I can reproduce every single time with Chrome 54 + ABP 1.12.2 and Chromium 51 + ABP 1.12.1, with up to date EasyList/EasyPrivacy, cookies cleared. See http://imgur.com/a/l7By9.
by gorhill
Fri Sep 02, 2016 4:35 am
Forum: Report incorrectly removed content
Topic: [EasyPrivacy] computershopper.com: legit images blocked
Replies: 8
Views: 1136

Re: [EasyPrivacy] computershopper.com: legit images blocked

Same problem with Chrome + ABP. The front page is enough to see the issue: http://www.computershopper.com/.
by gorhill
Thu Sep 01, 2016 11:12 pm
Forum: Report incorrectly removed content
Topic: [EasyPrivacy] computershopper.com: legit images blocked
Replies: 8
Views: 1136

Re: [EasyPrivacy] computershopper.com: legit images blocked

Thinking of it, maybe sp.computershopper.com is used to serve images as 3rd-party ads..? So @@||sp.computershopper.com/xyz?$image,~third-party might be better.
by gorhill
Thu Sep 01, 2016 10:59 pm
Forum: Report incorrectly removed content
Topic: [EasyPrivacy] computershopper.com: legit images blocked
Replies: 8
Views: 1136

[EasyPrivacy] computershopper.com: legit images blocked

Reported in Chrome store: Computershopper.com now has a way to block their website if you have uBlock origin turned on. They stop loading the page and put a bar across the page that says "this page did not fully render due to a plugin you have installed." I turned off uBlock Origin and the...
by gorhill
Wed Aug 31, 2016 8:45 pm
Forum: Report unblocked content
Topic: blockadblock.com
Replies: 29
Views: 4141

Re: Block Adblock (anti-adblock abusive screeen)

as long as I block the domain blockadblock.com I never get those popups No site uses blockadblock.com as 3rd-party, they just install the script generated by blockadblock.com's "wizard" as inline script in the HTML of their pages. There is no point blocking blockadblock.com. For example, ...
by gorhill
Wed Aug 31, 2016 11:41 am
Forum: Report incorrectly removed content
Topic: Indianexpress.com
Replies: 9
Views: 2868

Re: Indianexpress.com

Should probably be @@||js.jansatta.com/ads_js.js?$domain=indianexpress.com|jansatta.com as http://www.jansatta.com/ itself also uses this script to block blockers. Test URL:

Code: Select all

http://www.jansatta.com/khel/other-sports/yogeshwar-dutt-london-olympics-2012-silver-medal/137653/
by gorhill
Tue Aug 30, 2016 3:37 pm
Forum: Report unblocked content
Topic: extratorrent.cc
Replies: 100
Views: 13868

Re: extratorrent.cc [Ads]

I am using uBO only. What do you mean by local ip address? My machine's ip? See CAVEATS re. WebRTC for Chromium-based browsers: The ads do not load after updating the filter lists . And the ads were being loaded directly on adskeeper.co.uk on the webpage @gorhill . Following your report I added thi...
by gorhill
Tue Aug 30, 2016 2:53 pm
Forum: Report unblocked content
Topic: extratorrent.cc
Replies: 100
Views: 13868

Re: extratorrent.cc [Ads]

Because I "broke the internet" when I made it part of uBO in first release: https://github.com/gorhill/uBlock/issues/1604 Given how the websocket wrapper code has to be injected unconditionally on every single web page for it to work properly, I got skittish about doing so after issue #160...
by gorhill
Tue Aug 30, 2016 1:17 pm
Forum: Report unblocked content
Topic: extratorrent.cc
Replies: 100
Views: 13868

Re: extratorrent.cc [Ads]

*Note: The English Easylist and default uBlock filters are subscribed to. No ads on my side: http://imgur.com/a/zq44x . mgid.com is blocked by Peter Lowe's, wsp.mgid.com is blocked by EasyList. Are you using the companion extension uBO-WebSocket? Also, be aware that if you use an extension-based VP...
by gorhill
Mon Aug 29, 2016 4:58 pm
Forum: Report unblocked content
Topic: NSFW pornhub.com
Replies: 153
Views: 67012

Re: NSFW pornhub.com

Need to add ||letzonke.com^$popup (no valid site at this domain).

Screenshot: http://imgur.com/a/cMgwN
by gorhill
Mon Aug 29, 2016 4:42 pm
Forum: Report incorrectly removed content
Topic: localhost websocket blocked when easylist match [ubo bug]
Replies: 3
Views: 633

Re: localhost websocket blocked when easylist match

pwrsneak wrote:is this an easylist issue or an issue with ublock origin?
It was a uBO 1.9.2 issue -- fixed in uBO 1.9.4.
by gorhill
Mon Aug 29, 2016 4:38 pm
Forum: Report unblocked content
Topic: yts.am
Replies: 31
Views: 5303

Re: yts.to

Need to also add ||104.198.221.99^$popup

Screenshot: http://imgur.com/a/N1yVR

Seen on https://www.torrentdownloads.me/ (clear cookies to repro).
by gorhill
Fri Aug 26, 2016 9:53 pm
Forum: Report unblocked content
Topic: tomshardware.com
Replies: 12
Views: 1511

Re: tomshardware.com

The WebSocket wrapper is circumvemted in the current case. The first connection attempt is properly blocked, in which case they fall back on a different code path which successfully create a WebSocket connection. Again, an iframe is involved. Now if only WebSocket could be seen by the webRequest API...
by gorhill
Fri Aug 26, 2016 12:40 am
Forum: Report incorrectly removed content
Topic: getsentry.com error logging script
Replies: 6
Views: 1795

Re: getsentry.com error logging script

Give me an workable/reproducible example where its broken, and it maybe considered Here is an example: http://cooking.mealime.com/recipes/arugula-crispy-chickpea-salad-cucumber-avocado-parmesan/136 . Clicking "Find cookware", "Grab ingredients" or "Cook & enjoy!" d...
by gorhill
Wed Aug 24, 2016 8:55 pm
Forum: Report unblocked content
Topic: NSFW xvideos.com
Replies: 33
Views: 5888

Re: NSFW xvideos.com

yoyo94 wrote:Last UBlock update brake the site :(
Can you be more specific?
by gorhill
Wed Aug 24, 2016 4:02 pm
Forum: Report unblocked content
Topic: conservativevideos.com
Replies: 5
Views: 781

Re: conservativevideos.com

These ads are already blocked with an up-to-date EasyList.
by gorhill
Mon Aug 22, 2016 12:13 am
Forum: Report unblocked content
Topic: pocosmegashdd.com
Replies: 5
Views: 983

Re: pocosmegashdd.com (pop up)

||cloudfront.net$script,domain=pocosmegashdd.com
by gorhill
Sun Aug 21, 2016 3:45 pm
Forum: Report unblocked content
Topic: nmac.to anti adblock
Replies: 35
Views: 6250

Re: nmac.to anti adblock

Needed to update the bab defuser -- purge uBlock filters (no need to purge all) and force an update.
by gorhill
Sun Aug 21, 2016 3:37 pm
Forum: Report unblocked content
Topic: nmac.to anti adblock
Replies: 35
Views: 6250

Re: nmac.to anti adblock

Hmm does not seem to work reliably on Nightly. Will investigate.
by gorhill
Sun Aug 21, 2016 3:21 pm
Forum: Report unblocked content
Topic: nmac.to anti adblock
Replies: 35
Views: 6250

Re: nmac.to anti adblock

GamOfCatAndOfMouse wrote:I forced lists updates (and delete lists caches, an obligatory function with µblock before updates).
I also deleted cache and cookies, not working this site is evil against adblockers. :/
I confirm it works all fine with uBlock Origin + default settings, as the only extension.
by gorhill
Sun Aug 21, 2016 1:18 pm
Forum: Report unblocked content
Topic: nmac.to anti adblock
Replies: 35
Views: 6250

Re: nmac.to anti adblock

GamOfCatAndOfMouse wrote:Not working. :/
Since you mentioned using uBO, force an update of uBlock filters.
by gorhill
Sat Aug 20, 2016 11:20 pm
Forum: Report unblocked content
Topic: intoday.in
Replies: 85
Views: 12829

Re: intoday.in anti adb

gotitbro wrote:and hide content on this website with uBO.
Update uBlock filters in uBO, just realized they changed something in their anti-blocker.
by gorhill
Sat Aug 20, 2016 4:52 pm
Forum: Report unblocked content
Topic: intoday.in
Replies: 85
Views: 12829

Re: intoday.in anti adb

gotitbro wrote:installed uBlock, same result.
Be sure the filter lists are up to date after a fresh install of uBO.