Sometimes websites (example) cause Firefox to not switch the mouse cursor to a I-beam shape when pointing at (perfectly selectable) text. I'm fairly certain this is the result of cursor: default; in the offending page's stylesheet. How can I tell Firefox to ignore this?

link|improve this question

50% accept rate
feedback

1 Answer

up vote 1 down vote accepted

I don't know how to change Firefox's chrome.css (or whatever the file is) so I settle for a bookmarklet (or just type this in): javascript:void(document.body.style.cursor = "auto");

link|improve this answer
It works. (I stuck it in a greasemonkey script for "*".) – David X Jul 28 '10 at 0:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.