Allow javascript: urls so we can save bookmarklets
4 comments
-
Conor Nash
commented
Diigo uses bookmarklets, but doesn't allow bookmarklets to be saved using it?
-
laccyka
commented
yes, but also need acces in fast way, for example "custom" bookmark dropdown menu in extension
also chrome pages like:
chrome://extensions/
chrome://downloads/
chrome://history/ -
Max Kanter
commented
Yes! I'd like to be able to bookmark my "Add To Wish-list" Amazon Bookmarklet... add it to a "Toolbar" list and then add a custom filter to show a special set of "Toolbar" bookmarks as a dropdown menu from the diigo Firefox toolbar.
javascript:(function(){var%20w=window,l=w.location,d=w.document,s=d.createElement('script'),e=encodeURIComponent,o='object',n='AUWLBook',u='http://www.amazon.com/wishlist/add',r='readyState',T=setTimeout,a='setAttribute',g=function(){d[r]&&d[r]!='complete'?T(g,200):!w[n]?(s[a]('charset','UTF-8'),s[a]('src',u+'.js?loc='+e(l)),d.body.appendChild(s),f()):f()},f=function(){!w[n]?T(f,200):w[n].showPopover()};typeof%20s!=o?l.href=u+'?u='+e(l)+'&t='+e(d.title):g()}())
-
Joel Bennett
commented
We really need to be able to save, for instance:
javascript:var%20e=document.createElement('script');e.setAttribute('language','javascript');e.setAttribute('src','http://j.mp/bookmarklet/load.js');document.body.appendChild(e);void(0);