Access Bar Pro

By Chris Noé Last update May 16, 2006 — Installed 1,267 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 8 posts, 7 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
gabedibble Scriptwright

Author: Please check out User Script Updates - simply update the header of your script and your users will be able to receive change-notification when you improve this script

 
gabedibble Scriptwright

Starting minmized with a small icon would be cool (something like the monkeybarrel icon but lower-right), or maybe have it show and then minimize a second later. I like the script, but for me and a friend that reviewed it, it gets in the way more often then not.

 
Vikti Scriptwright

Cool script! Just a small suggestion. It would be nice to close the script-generated layer using a keyboard shortcut.

 
Russ Black Scriptwright

Here's a patch that removes duplicates

...
var alreadyUsed = new Array();

foreachNode
(
"//*[@accesskey]",
function(a)
{
var accessKey = a.getAttribute('accesskey').toUpperCase();
if (alreadyUsed[accessKey]) return;
alreadyUsed[accessKey] = true;
...

 
Vasco Scriptwright

Good code! :), do as Gabriel Porras says and I'm sold! :P

 
Chris Noé Script's Author

That is an excellent ideas. I'll look in to that, (as soon as the employer lets up on me :).

 
Gabriel Porras User

Can it begin minimized?

I´d like the bar can be minimized and maximized as the "Anatomize Page" (http://userscripts.org/scripts/show/3117) does.

Thanks... Great script!

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel