No Roots

Indo Today Stylesheet Bookmarklet

To make you know who's site more readable...plus lets you right-click. WORKS IN FIREFOX

Drag or copy this to your favorites: IndoStyle

Labels:

Bookmarklet: Enable Right Click and More

Here is the mother of all "enable bookmarklets".

Ever go to a site where right click has been disabled, or perhaps drag and select or view source? This bookmarklet restores everything.

javascript:(function(){var events='onmouseup,onmousedown,onBeforePrint, ondragstart,onselectstart,oncontextmenu'.split(',');for(var%20i=0;i<events.length;i++)eval('document.body.'+events[i]+'=function(){return true;};');})()


Drag or copy this to your favorites: Enable Right Click

via

Labels:

Super-Fast 2: Delicious Bookmarklet

This is a spin on John Resig's bookmarklet which I could never quite get to work on my office IE.

This bookmarklet will tag a page in delicious without you having to load the delicious tag page. This speeds up the process considerably. How my bookmarklet differs from JR's is simply that (1)it prompts you to input the tags and (2)doesn't close the page upon bookmarking.

JR's bookmarklet called for a bit more tweaking than any of my non-geek friends could muster so this is the low maintenance version. It works on IE. I have not tested it on any other browser.

copy / drag this bookmarklet to your favourites: delish!

You obviously (1) have to change USERNAME to your delicious username and (2) be logged in to del.icio.us for this to work.

The Code:
javascript:u="USERNAME";tags=prompt('Tags','');q=location.href;e%20=%20""%20+%20(window.getSelection%20? window.getSelection() : document.getSelection ? document.getSelection() : document.selection.createRange().text); p=document.title;window.location.href="http://del.icio.us/"+u+"?tags="+escape(tags)+"&url="+escape(q)+"&description="+escape(p)+ "&extended=" + escape(e).replace(/ /g, "+");

Labels: ,