In Firefox version 13, bookmarklets (bookmarks with a javascript:
URL, e.g. javascript: alert(\"it works\")
stopped working. Is there any solution to u
I have been able to use bookmarklets in recent versions of firefox (I just tested a few on FF23). Two suggestions:
javascript:alert("it%20works")
instead of javascript:alert("it works")
javascript:((function(){alert("it%20works");})())