1 review
http://userscripts.org/scripts/review/103770
(function(){
var style_tag = document.createElement("style");
style_tag.appendChild(document.createTextNode("#side_bar{position: fixed}"));
document.getElementsByTagName("head")[0].appendChild(style_tag);})()