Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linktr.ee: breakage #173

Open
3xploiton3 opened this issue Aug 9, 2024 · 6 comments
Open

linktr.ee: breakage #173

3xploiton3 opened this issue Aug 9, 2024 · 6 comments

Comments

@3xploiton3
Copy link

3xploiton3 commented Aug 9, 2024

image

https://linktr.ee/minestack

uBlock Origin Lite 2024.8.5.925
Chrome Stable

@MasterKia MasterKia changed the title linktr.ee: Breakage linktr.ee: breakage Aug 9, 2024
@stephenhawk8054
Copy link
Member

I can reproduce when refreshing while bypassing the cache in incognito.

@gorhill
Copy link
Member

gorhill commented Aug 9, 2024

There is this filter in Unbreak:

linktr.ee##+js(set, DD_LOGS, noopFunc)

What is it meant to accomplish?

I can avoid the breakage when rewriting the filter as:

linktr.ee##+js(set, DD_LOGS, noopFunc, runAt, interactive)

When lowering the filtering mode to Basic or No filtering (which solves the breakage), I don't see a visual difference on that page.

@stephenhawk8054
Copy link
Member

It's for a breakage issue when you sign in and access https://linktr.ee/admin/settings

@gorhill
Copy link
Member

gorhill commented Aug 9, 2024

Does linktr.ee##+js(set, DD_LOGS, noopFunc, runAt, interactive) still solve the issue?

With the current filter I see exceptions reported at the console, something to do with access to DD_LOGS.logger.info, I don't see these errors with uBO and same filter.

image

@stephenhawk8054
Copy link
Member

stephenhawk8054 commented Aug 9, 2024

Hmm... I think the issue is not there any more. Originally I think it's because https://www.datadoghq-browser-agent.com/datadog-logs.js is blocked in EP which defines DD_LOGS, but now they have another 1p script that does the same

https://assets.production.linktr.ee/profile-preview/latest/vendors-node_modules_datadog_browser-logs_esm_entries_main_js-node_modules_linktr_ee_componen-932c4a-85f5292ddb690f7d69af.js

so I think the filter can be removed now.

stephenhawk8054 added a commit to uBlockOrigin/uAssets that referenced this issue Aug 9, 2024
@gorhill
Copy link
Member

gorhill commented Aug 10, 2024

Right, can't reproduce with latest lists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants