Tagged Questions
4
votes
2answers
1k views
Create a Delicious Bookmarklet in Firefox using Delicious API
I want to create a Delicious bookmarklet in Firefox that bookmarks the current page with a predefined tag.
For proof of concept, if I enter this url, it works:
...
3
votes
6answers
619 views
Http Auth in a Firefox 3 bookmarklet
Im trying to create a bookmarklet for posting del.icio.us bookmarks to a seperate account.
I tested it from the command line like:
wget -O - --no-check-certificate \
...