qutebrowser / qutebrowser-extensions

Extension ideas (and at some point code) for qutebrowser
31 stars 1 forks source link

Handler for blocking JavaScript #22

Closed nepumuk-fs closed 5 years ago

nepumuk-fs commented 5 years ago

Possibility for specific sites, sessions or modes (e. g. private mode) to choose wich JS to block or JS from which site, resp.

The-Compiler commented 5 years ago

This is already implemented in qutebrowser. See https://github.com/qutebrowser/qutebrowser/issues/2314 for the private mode bit.

jgkamat commented 5 years ago

nepumuk-fs writes:

JS from which site, resp.

By default it is a global js toggle. See http://gitlab.com/jgkamat/jmatrix for blocking scripts by source.

The-Compiler commented 5 years ago

By default it is a global js toggle.

It's a per-page toggle, but allows scripts from any hosts while on a page where JS is allowed.