uBlockOrigin / uBOL-home

uBO Lite home (MV3)
GNU General Public License v3.0
1.22k stars 50 forks source link

linktr.ee: breakage #173

Closed 3xploiton3 closed 2 months ago

3xploiton3 commented 3 months ago

image

https://linktr.ee/minestack

uBlock Origin Lite 2024.8.5.925 Chrome Stable

stephenhawk8054 commented 3 months ago

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

gorhill commented 3 months ago

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 commented 3 months ago

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

gorhill commented 3 months ago

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 commented 3 months ago

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.

gorhill commented 3 months ago

Right, can't reproduce with latest lists.