Cimbali / CleanLinks

Converts obfuscated/nested links to genuine clean links.
https://addons.mozilla.org/en-GB/firefox/addon/clean-links-webext/
Mozilla Public License 2.0
76 stars 2 forks source link

DJI site doesn't like cleanlinks #122

Open jawz101 opened 4 years ago

jawz101 commented 4 years ago

example page:

https://www.dji.com/mavic-air-2

looks like their site uses some domain called www.js that makes rules difficult

Cimbali commented 3 years ago

Yes, I’ve seen a number of websites doing this. Having resources called www.js or www.css. Sometimes there are also valid-looking names, such as www.js.89e8d24e.chunk.css.

Not sure if we should handle those specifically (we could detect invalid domains such as www.{tld}) or add rules as we encounter them.