Hi, I'm not shure that I understand you right.
The link to the script is here: http://scripts.die-staemme.de/gm-scripts/DSsendReportsToOBST.js It is called by this local script: // ==UserScript== // @name DSsendReportsToOBST // @author Heinzel, Torridity // @description Hiermit kann man auf Tastendruck Berichte zu einem OBST-Server und DS Workbench schicken // @namespace die-staemme.de // @include http://*.die-staemme.de/game.php*screen=report*view=* // ==/UserScript== win = typeof unsafeWindow != 'undefined' ? unsafeWindow : window; win.$.ajaxSetup({ cache: true }); win.$.getScript('http://scripts.die-staemme.de/gm-scripts/DSsendReportsToOBST.js'); -- You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To view this discussion on the web visit https://groups.google.com/d/msg/greasemonkey-users/-/mLsWy-2j1lYJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/greasemonkey-users?hl=en.
