I want to write a simple greasemonkey script that does a GM_xmlhttpRequest to my server and runs the code that it receives (by doing an "eval" of the result).
The problem is that the received script needs to call some protected GM functions (such as GM_getValue) and so I get an error: