hackademix / noscript

The popular NoScript Security Suite browser extension.
https://noscript.net/
GNU General Public License v3.0
853 stars 91 forks source link

Reintroduce noscript-wrapped redirects blocking #226

Open KOLANICH opened 2 years ago

KOLANICH commented 2 years ago

Some websites intentionally disrupt workflows of users without JS. For example vk.com redirects any user without JS to the page advertising installation of a "modern browser", promoting the own fork of Chromium first of all.

I remember that in XUL/XPCOM-based versions of NoScript there was a feature to disallow redirects wrapped into noscript tags.

hackademix commented 2 years ago

Yes, this feature existed in Classic. At this moment you can partially make up for it either by disabling the noscript capability (for DEFAULT or CUSTOMizing the site) or by having Firefox to ask for confirmation for meta refresh (accessibility.blockautorefresh about:config preference set to false).

KOLANICH commented 2 years ago

At this moment you can partially make up for it either by disabling the noscript capability (for DEFAULT or CUSTOMizing the site)

Yeah, I currently have to resort on this. The sites doing such redirects usually don't use <noscript> tags for anything useful for such users. The problem with that is that I cannot return to the page I had been redirected from by just using back feature, I return to the page before that one and it is very inconvenient.

shadow7483147 commented 2 years ago

Very annoying for sites that do this. Is there a userscript I can use to prevent \<noscript> from being used for specific websites in Chromium? Using ungoogled-chromium and Violentmonkey.