The stream-of-amusing-content site cheezburger has a sidebar on it. The idea probably was that it stays in view despite scrolling down the page. Some problems with this, though: for one, I don't like it when part of a webpage doesn't scroll with the rest of the webpage. I especially don't like an ad-filled part of a webpage doing this. And finally, it covers content that I would actually like to see.

So I decided to get rid of that stupid floating behaviour, and I wrote this scriptlet. Create a bookmark in your bookmarks bar and set this as the link.

javascript:(function(){document.getElementsByClassName("sticky-sidebar").item(0).style.position="static";}());

originally posted 2014-10-29