Search Results

6
votes

Accessing Greasemonkey metadata from within your script?

Yes. A very simple example is: var metadata=<> // ==UserScript== // @name Reading metadata // @namespace http://www.afunamatata.com/greasemonkey/ // @descripti …
1
vote

Greasemonkey namespace..what is it for?

One place you can see the practical effect of namespaces is in storing preferences. Nampsaces are used to uniquely identify scripts for any script-specific stored preferences. For example, …