uBlockOrigin / uAssets

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

nytimes.com: breakage #24679

Closed LocutusOfNord closed 2 months ago

LocutusOfNord commented 2 months ago

Prerequisites

URL address of the web page

https://www.nytimes.com/games/connections

Category

breakage

Description

After completing NYT's daily Connections puzzle and clicking on "View Results", a different view pops up showing the player's daily results and a black "Share Your Results" button at the bottom. Under normal circumstances, clicking on this button copies the results to the clipboard, and a small black notification appears to inform you it has done so, which I have screenshotted and (hopefully - not sure I've done it correctly) attached to this report.

With uBlock enabled, this results are still copied to the clipboard, but the notification that it has done so is absent. I've tried to address this myself with custom filters, but I really have no idea what I'm doing.

While it's technically a breakage, the issue is more of a minor annoyance, as ultimately, the copying functionality does still work - I'd just like the notification that it has happened.

Thanks for your help!

Other extensions used

BetterTTV, Enhancer for YouTube, Twitch Chat Pronouns

Screenshot(s)

Screenshot(s) ![image](https://github.com/user-attachments/assets/b9bce460-2d6e-4f6b-936b-1f0334955454)

Configuration

```yaml uBlock Origin: 1.58.0 Firefox: 128 filterset (summary): network: 155490 cosmetic: 47553 scriptlet: 20502 html: 1887 listset (total-discarded, last-updated): default: user-filters: 1-0, never ublock-filters: 39486-118, 1h.1m Δ ublock-badware: 9899-1, 1h.1m Δ ublock-privacy: 1042-4, 1h.1m Δ ublock-unbreak: 2465-1, 1h.1m Δ ublock-quick-fixes: 174-2, 1h.1m Δ easylist: 87560-170, 1h.1m Δ easyprivacy: 52996-62, 1h.1m Δ urlhaus-1: 29760-0, now plowe-0: 3548-989, now filterset (user): [array of 1 redacted] trustedset: added: [array of 3 redacted] userSettings: [none] hiddenSettings: [none] supportStats: allReadyAfter: 2907 ms (selfie) maxAssetCacheWait: 2622 ms cacheBackend: indexedDB popupPanel: blocked: 5 network: nytimes.com: 3 googlesyndication.com: 1 googletagmanager.com: 1 extended: ##.pz-ad-box ###ad-top ###ad-bottom ```
krystian3w commented 2 months ago

At my side guilty is EasyPrivacy and all other projects with blockade sentry.io host:

||sentry.io^$3p

So unlock can be risky for privacy.

stephenhawk8054 commented 2 months ago

Can you test this filter?

nytimes.com#@#.pz-ad-box

Click on uBO icon > ⚙ Dashboard button > Add the filter(s) in "My filters" pane > ✓ Apply changes > Open new tab and test again.

LocutusOfNord commented 2 months ago

Can you test this filter?

nytimes.com#@#.pz-ad-box

Click on uBO icon > ⚙ Dashboard button > Add the filter(s) in "My filters" pane > ✓ Apply changes > Open new tab and test again.

With this change applied as instructed, the notification box is back. Thank you.