The holiday season is almost here and I’d like to wish everyone a merry christmas and a happy 2012! May your Sitecore successes be as great or even greater next year!
If you’re not into the holiday spirit yet, then here’s a very ugly and utterly useless bookmarklet that can turn your Sitecore desktop into a hideously decadent, blindingly colorful freakshow to match your equally obscene chistmas decorations (including usb christmas trees) that make your office look like a department store.
Just paste the following snippet into the url field of a new bookmark and click it when you have your Sitecore desktop opened (tested in Chrome only). I promise that the script does not intentionally mess up your work, but nevertheless: use it at your own risk.
javascript:(function(){var wallPaper=document.getElementById('Wallpaper');if(wallPaper!=null){wallPaper.src='http://christmasstockimages.com/free/decorations/red_baubles.jpg';wallPaper.setAttribute('style','display:block;');}var desktop=document.getElementById('Desktop');if(desktop!=null){desktop.setAttribute('style','');}setInterval(function(){var iframes=document.getElementsByTagName('iframe');for(var i=0;i<iframes.length;i++){var iframedoc=iframes[i].contentDocument;if(iframedoc.getElementById('christmasstyle')==null){var cssNode=iframedoc.createElement('link');cssNode.id='christmasstyle';cssNode.type='text/css';cssNode.rel='stylesheet';cssNode.href='http://hermanussen.eu/sitecore/bookmarklets/christmas.css?rnd='+Math.random();cssNode.media='screen';cssNode.title='dynamicLoadedSheet';iframedoc.getElementsByTagName("head")[0].appendChild(cssNode);}}},1000);var cssNode=document.createElement('link');cssNode.id='christmasstyle';cssNode.type='text/css';cssNode.rel='stylesheet';cssNode.href='http://hermanussen.eu/sitecore/bookmarklets/christmas.css?rnd='+Math.random();cssNode.media='screen';cssNode.title='dynamicLoadedSheet';document.getElementsByTagName("head")[0].appendChild(cssNode);})()
Here’s a quick preview of the horror that awaits you:
Happy holidays!