Rave Mode Bookmarklet

Enables rave mode in any web page.

Source (gist.github.com)


Download Bookmarklet:


View Bookmarklet Code:

Bookmarklet Source Code:

javascript%3A%28function%28%29%7Bdocument.body.style.backgroundImage%3D%22url%28http%3A//bit.ly/9wxDQn%29%22%7D%29%28%29


Rate it:


Tags:

Comments

Comments so far. Add yours.

i

Handy update: using this bookmarklet will support repeated backgrounds a bit nicer:

javascript:x=function(){document.body.style.backgroundImage="url(http://bit.ly/9wxDQn)";document.body.style.backgroundRepeat = "repeat"};x()