Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

 

A representation of a userscript resource.

Name
Userscript
Properties
Since
1.0

To pass a userscript to or retrieve one from a service, the userscripts needs to represented in a format. Some services accept representations in different formats.

A userscript has the following properties.

Name Short Description
Userscripts are organized in namespaces. This way scripts of different vendors may have the same name, but are still distinguishable by their unique namespace.
A name identifies a userscript within its namespace.
A version uniquely identifies a userscript within its name and namespaces.

Resources

Userscript
A userscript is JavaScript code plus metadata that is executed on a web page rendered in a user's browser.
  • No labels