Sometimes I need to remove some elements on a web page or execute some jQuery functions on that page using Javascript command like or just address bar with javascript:doSomething;void;.
However later on I found that I can add jQuery to a page with jQuerify bookmarklet: http://www.learningjquery.com/2006/12/jquerify-bookmarklet
Is there a chance that I can have jQuery environment loaded in browser by default on any page automatically? (I mean without using that bookmarklet and loading the same jquery-latest.js everytime.)
Thanks.
You could use a Greasemonkey script that looks something like this: