Archive for May 27th, 2004

Blink bookmarket

Thursday, May 27th, 2004

This is the code for the bookmarklet that adds things to the “That which is also” section on the front page, People may find it useful (I know I will when I get back to work)

javascript:
link=window.prompt('nLink?',window.location);
title=window.prompt(link+'nTitle?',document.title);
comment=window.prompt(link+'n'+title+'nComment?');
referrer=window.prompt(link+'n'+title+'n'+comment
	+'nReferer?',document.referrer);

document.location=
	'[[BLINK URL]]?url='+escape(link)
	+'&title='+escape(title)
	+'&comment='+escape(comment)
	+'&referrer='+escape(referrer);

Remove all tabs and newlines before use

MOTW – Dueling Tubas

Thursday, May 27th, 2004

Martin Mull, Dualing Tubas

Because it’s my mission in life to cause you pain. (Thanks to St Lemur for the file)