Any ideas why this script is not working?
Also, when I set the script, the Name and Description field are empty?
//==UserScript== //@name testName //@namespace anonDeveloper //@description This script will automagically blah blah blah //@include * //==/UserScript== alert('Hello world!');
The script is in my file system, not in the URI. Could this be the reason?
javascript greasemonkey
joe
source share