Module implementing the GreaseMonkey script.
None |
GreaseMonkeyScript | Class implementing the GreaseMonkey script. |
None |
Class implementing the GreaseMonkey script.
DocumentEnd |
DocumentIdle |
DocumentStart |
None |
GreaseMonkeyScript | Constructor |
__parseScript | Private method to parse the given script and populate the data structure. |
__toJavaScriptList | Private method to convert a list of str to a string containing a valid JavaScript list definition. |
__watchedFileChanged | Private slot handling changes of the script file. |
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. |
name | Public method to get the name of the script. |
nameSpace | Public method to get the name space of the script. |
noFrames | Public method to get the noFrames flag. |
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. |
updateUrl | Public method to get the update URL of the script. |
version | Public method to get the version of the script. |
webScript | Public method to create a script object. |
None |
Constructor
Private method to parse the given script and populate the data structure.
Private method to convert a list of str to a string containing a valid JavaScript list definition.
Private slot handling changes of the script file.
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 get the name of the script.
Public method to get the name space of the script.
Public method to get the noFrames flag.
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 update URL of the script.
Public method to get the version of the script.
Public method to create a script object.