Module implementing the GreaseMonkey script.
None |
GreaseMonkeyScript | Class implementing the GreaseMonkey script. |
None |
Class implementing the GreaseMonkey script.
DocumentEnd |
DocumentStart |
None |
GreaseMonkeyScript | Constructor |
__parseScript | Private method to parse the given script and populate the data structure. |
description | Public method to get the description of the script. |
downloadUrl | Public method to get the download URL of the script. |
exclude | Public method to get the list of excluded URLs. |
fileName | Public method to get the path of the Javascript file. |
fullName | Public method to get the full name of the script. |
include | Public method to get the list of included URLs. |
isEnabled | Public method to check, if the script is enabled. |
isValid | Public method to check the validity of the script. |
match | Public method to check, if the script matches the given URL. |
name | Public method to get the name of the script. |
nameSpace | Public method to get the name space of the script. |
script | Public method to get the Javascript source. |
setEnabled | Public method to enable a script. |
startAt | Public method to get the start point of the script. |
version | Public method to get the version of the script. |
None |
Constructor
Private method to parse the given script and populate the data structure.
Public method to get the description of the script.
Public method to get the download URL of the script.
Public method to get the list of excluded URLs.
Public method to get the path of the Javascript file.
Public method to get the full name of the script.
Public method to get the list of included URLs.
Public method to check, if the script is enabled.
Public method to check the validity of the script.
Public method to check, if the script matches the given URL.
Public method to get the name of the script.
Public method to get the name space of the script.
Public method to get the Javascript source.
Public method to enable a script.
Public method to get the start point of the script.
Public method to get the version of the script.