in reply to Re: Odd automatic logout when viewing a node
in thread Odd automatic logout when viewing a node

It just changes any of (www.)?perlmonks.(com|net|org) to your current hostname.
javascript:function(){ var sites = /(www.)?perlmonks.(com|net|org)/i; +var i,l,t; for(i = 0; l = document.links[i]; i++ ){ if( l.hostname.ma +tch(sites) ){ l.hostname = document.location.hostname; }}}

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

Replies are listed 'Best First'.
Re: bookmarklet to fix perlmonks links which log out
by jonadab (Parson) on May 24, 2005 at 12:43 UTC
    This could probably be made into a GreaseMonkey user script...