Originally Posted by jamesdenver
www.bugmenot.com
javascript
:void(window.open('http://bugmenot.com/view.php?mode=bookmarklet&url='+escape(location),'BugMeNot','location=no,status=yes,menubar=no,scrol lbars=yes,resizable=yes,width=385,height=450'))
BugMeNot
i use this often - great site.
James beat me to it. Add a javascript toolbar button to your browser's toolbar and it'll even pop up a login in a second window.
Highlite the following and drag and drop the highlighted text to your browsers toolbar button and you're set.
javascript
:void(window.open('http://bugmenot.com/view.php?mode=bookmarklet&url='+escape(location),'BugMeNot','location=no,status=yes,menubar=no,scrol lbars=yes,resizable=yes,width=385,height=450'))
BugMeNot
Another good one, is tinyurl:
javascript
:void(location.href='http://tinyurl.com/create.php?url='+location.href)
TinyURL!
Tinyurl.com onverts links like this:
http://www.amazon.com/exec/obidos/tg...X0DER&st=books
To this:
http://tinyurl.com/behco
-Trevor