The delicious add-on for Firefox lets us select some text on a web page and click on a button to add the page to your online bookmarks at delicious.com. The selected text will then be auto populated in the NOTES field of the bookmarking form. We can achieve a similar functionality in Chrome (or for that matter, any browser with little tweaking).
This post is about a AutoHotKey script using which you can select text on a web page, press a customizable hotkey and submit the page to delicious with NOTES field pre-filled automatically. All you need to do is enter/select the tags and hit Return to submit the form.
Here are the steps:
- Download and install AutoHotKey if you don’t have it already present on your computer.
- Download this (for XP) or this (for Vista) small ChromeToDelicious.ahk file (the contained code can be found at the end of this post) and double click on it. You should see a H shaped icon in the system tray. Keep it running.
- Log into your account at delicious.com.
That’s it!
Now whenever you want to bookmark a page (Example: http://chromespot.com/) to your delicious, highlight some relevant text on the page
and press one of the default hotkeys Ctrl+Shift+B or Ctrl+Shift+D (you can change these by editing the script and reloading it) and a window pop up like this will appear:
The code:
» Read the rest of the entry..