Add dynamic div-layers (overlay) with a Greasemonkey script?
问题 I am new to this so please be kind (; I'm trying to use Greasemonkey to add div-layers and I just can't get it to work properly. My final goal is to let the user draw a window on the screen (or make two clicks) and everything but this area should kind of fade out (added dark div-layers). But, for now I just wanted to add a visible layer to every site. Here is my first try (which did not work at all) : var CSSNJE = '#Test_divnje {height:100px; width:100px; background-color:red; position