I don't know if this has been posted here yet, but if not I'm sure that someone might appreciate it. Here's a simple JavaScript that makes it possible to always view other journals and communities in your own layout style (S2 only). First create a text file such as "LJ.JS" then paste the following code:
(
style=mine Javascript )
Comments 35
BTW, I would've used the
Reply
Reply
Reply
var str=location.search;str=str.replace(/format=light/g,'style=mine');var sep=(str?'&':'?');location.search=((str.indexOf('style=mine')==-1)?str+sep+'style=mine':str);
as seen here: http://murklins.talkoncorners.net/bookmarklets.html
Reply
Reply
Reply
Reply
Reply
Reply
Reply
Leave a comment