in reply to Re: Odd automatic logout when viewing a node
in thread Odd automatic logout when viewing a node
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; }}}
|
|---|
| 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 |