Posts tagged as:

bookmarklet

TinyURL! Bookmarklet

Thursday, September 18, 2008

I love TinyURL! and have been using it for years and years.

For the first time today I scrolled down the page a bit, by accident, and saw that you can create a TinyURL! bookmarklet. Trés radical.

[click to continue...]

{ 0 comments }

Source Viewer

Wednesday, March 27, 2002

I found the mack-daddy of all bookmarklets at webgraphics this evening. This just absolutely rocks:

Try it and see!

{ 1 comment }

Bookmarklet for Making a Site a Favorite

Tuesday, February 20, 2001

<script language=”JavaScript1.2″ type=”text/javascript”>
var bookmarkurl=”http://www.davidgagne.net/”
var bookmarktitle=”davidgagne.net”
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
</script>
<a href=”javascript:addbookmark()”>Bookmark this site</a>!

javascript snagged from smartcgis.com

{ 0 comments }