noscript
noscript copied to clipboard
Interact with permissions for keyboard users
I'd like to have an ability to open the permission dialog and toggle the active permissions from keyboard. How do I expect it to work:
- Click a keyboard shortcut to open the NoScript dialog. Let's say
Ctrl+Alt+s. - NoScript dialog should appear.
- First domain should be highlighted.
- Use
jkto move the active domain selection (5jcould move 5 lines down as in vim-emulated environments because some pages have monstrous amount of scripts) - Press Space or Enter to allow a script to run temporarily (toggle default mode). Or press
hlto customize (non-trusted, temporary, allowed, ...) - Esc to exit (which would cause a page reload)
I expect hjkl to be used but arrow keys could also be supported.
Do you think this is a useful piece of functionality? I thought about designing my own extension which would wrap NoScript but then I'd need to mainain it. I also thought whether it would be possible to trigger NoScript from a different extension. This way I could design a different UI for this one and ship it separately. But I'm not sure if it's possible.