MovingMenu

By Infoshoc Last update Jun 27, 2011 — Installed 385 times.

Add your review

1 review


1 star
This is more easy )) , Jun 30, 2011
Review written by ivan386 - see all my reviews (1)

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);})()

0 comments |