UseHandCursor - use handcursor for all links and buttons!

Last update on May 28, 2008

Advanced website usability script - try my other scripts, too!

Simple scripts that adds a line of css to every website. Now all type button, submit, checkbox and radio input tags, all options in select-lists and all links ("a"-tags) make use of the "pointer" or "hand"-cursor!

Yes, disabled tags are excluded! Applies only if not set otherwise!

Now using standard AddEventListener()-function in order not to overwrite some page's onload handler!

Btw... Take my sourcecode if you want to inject any kind of css to a site of your choice!




You could comment on this script if you were logged in.

3 comments Feed-icon

1 point
login to vote
billythegates script's author
Posted May 28, 2008

Well, the XML DOM functions should work now, but I can not test it at the moment. Please try out the new version and tell me if the script actually works in IE!

1 point
login to vote
billythegates script's author
Posted May 28, 2008

Yes indeed, there is a possibility for getting this working in IE. Just a minute, I will see what I can do for you! (and the other "poor" IE users ;)

1 point
login to vote
sunit user
Posted May 28, 2008

function getElements(scope,nodeName,attType,attName,xPathExpr1,strToFind,xPathExprSuffix) is a great function to get all nodes.
However, this does not work in IE7 as there is no support for XPATH other than the selectNodes() and selectSingleNode() functions.

Could you please tweak this script so that it works in IE7 and FF too?
Thanks in advance.
Sunit

You could comment on this script if you were logged in.