uBlockOrigin / uAssets

Resources for uBlock Origin, uMatrix: static filter lists, ready-to-use rulesets, etc.
GNU General Public License v3.0
4.02k stars 758 forks source link

bloomberg.com #7956

Closed ghost closed 3 years ago

ghost commented 3 years ago

URL(s) where the issue occurs

https://www.bloomberg.com/news/articles/2020-09-24/winklevoss-twins-crypto-exchange-is-expanding-into-the-u-k?srnd=technology-vp

Describe the issue

Subscribe for unlimited access to Bloomberg. Refresh the page 5-10 times.

Screenshot(s)

2020-09-26_163324 2020-09-26_163302

Versions

Settings

image

uBlock-user commented 3 years ago
bloomberg.com##body:style(overflow:auto !important)
bloomberg.com##+js(nosiif, clearInterval, 10)
ghost commented 3 years ago

@uBlock-user doesn't work for me 2020-09-26_163302

uBlock-user commented 3 years ago

Are you on default settings/filterlists ?

ghost commented 3 years ago

Yep, image not help

uBlock-user commented 3 years ago

try with

bloomberg.com###graphics-paywall-overlay
bloomberg.com##body:style(overflow:auto !important)
ghost commented 3 years ago

Yes, it works, can block the iframe itself? ||www.bloomberg.com/subscription-offer$subdocument

ghost commented 3 years ago

@uBlock-user Add too

bloomberg.com###graphics-paywall-overlay
bloomberg.com##body:style(overflow:auto !important)
uBlock-user commented 3 years ago

Doesn't that work alone ?

ghost commented 3 years ago

2020-09-26_180255

liamengland1 commented 3 years ago

Paywalls are not in scope (?)

uBlock-user commented 3 years ago

okiehsch fixed it first as per https://github.com/orgs/uBlockOrigin/teams/ublock-filters-volunteers/discussions/239

ghost commented 3 years ago

@uBlock-user https://www.bloomberg.com/news/articles/2020-09-24/amazon-amzn-bribery-scheme-could-be-tip-of-the-iceberg?srnd=premium-europe

2020-09-26_183610

After updating filters. Bring back the rule bloomberg.com###paywall-banner

There are two options for banners

okiehsch commented 3 years ago

okiehsch fixed it first as per https://github.com/orgs/uBlockOrigin/teams/ublock-filters-volunteers/discussions/239

To be transparent I will post part of that discussion.

okiehsch
on Sep 25, 2019 • 
https://www.reddit.com/r/uBlockOrigin/comments/d8qeg8/bloomberg_detecting_incognito_mode/
https://www.bloomberg.com/opinion/articles/2019-09-24/don-t-steal-the-payrolls
@gorhill should we fix this issue or should we treat it as a paywall?
If you are a bloomberg subscriber you won't get the incognito wall.

Also if we add the fix

bloomberg.com##+js(raf-if, !paywall-inline-tout)
bloomberg.com###paywall-banner
bloomberg.com##.paywall-inline-tout
this will also break/circumvent their "limited numbers of articles for non subscribers" thing for users browsing the site in normal mode.

 @gorhill
gorhill on Sep 25, 2019
should we fix this issue or should we treat it as a paywall?

What's your opinion?

 @okiehsch
okiehsch on Sep 25, 2019 Author
Users can still use the site in normal mode, so it is only an annoyance in my opinion. I think fixing it in a list that is not enabled by default should be OK.

 @gorhill
gorhill on Sep 25, 2019
Agreed, I was leaning toward an annoyance since they are not asking users to disable their blocker. The real issue is that browsers allow sites to detect incognito mode so best would be for browsers to fix this on their side.

The issue I fixed was about a incognito wall and as a byproduct their paywall was also circumvented. This issue is about the paywall and I can't see any incognito wall. Fixing paywalls is out of scope, so I will remove the fix