Hello,
I'm a huge fan of noscript and using it for years. I'm really used to having no script at the left most corner, some of the other extensions takes leftmost at pushes noscript icon to right. It will be really good have an option to set noscript status bar icon to left corner.
I also like the hotkey ctrl-shift-s, I'm not sure if its possible, but it would be really cool if the box opens near the mouse(just like the left click box) instead of upperleft corner
Hotkeys at leftmost icon
- Giorgio Maone
- Site Admin
- Posts: 9524
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: Hotkeys at leftmost icon
In Firefox 4 (and a NoScript version which will be released before the final Firefox 4 release) you'll be able to move the NoScript icon everywhere you want.Zebar wrote:I'm a huge fan of noscript and using it for years. I'm really used to having no script at the left most corner, some of the other extensions takes leftmost at pushes noscript icon to right. It will be really good have an option to set noscript status bar icon to left corner.
Unfortunately it's impossible, because there's no Firefox API to know where your mouse pointer is unless a mouse event is being processed.Zebar wrote: I also like the hotkey ctrl-shift-s, I'm not sure if its possible, but it would be really cool if the box opens near the mouse(just like the left click box) instead of upperleft corner
The only way would be tracking mouse move events and then using the stored coordinates, but this tracking is probably too much heavy to be worth.
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10
Re: Hotkeys at leftmost icon
What about having that menu open on the middle of the screen? It can save some time.Giorgio Maone wrote: Unfortunately it's impossible, because there's no Firefox API to know where your mouse pointer is unless a mouse event is being processed.
The only way would be tracking mouse move events and then using the stored coordinates, but this tracking is probably too much heavy to be worth.
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.10) Gecko/20100920 Fedora/3.6.10-1.fc13 Firefox/3.6.10
- Giorgio Maone
- Site Admin
- Posts: 9524
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: Hotkeys at leftmost icon
Maybe. However, please notice that you'd save more time by keeping to use the keyboard (arrows to move and [Enter] to select), rather than switching to the mouse after using a keyboard accelerator.Zebar wrote: What about having that menu open on the middle of the screen? It can save some time.
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10