Module implementing the manager for GreaseMonkey scripts.
None |
GreaseMonkeyManager | Class implementing the manager for GreaseMonkey scripts. |
None |
Class implementing the manager for GreaseMonkey scripts.
None |
None |
GreaseMonkeyManager | Constructor |
__downloaderFinished | Private slot to handle the completion of a script download. |
__load | Private slot to load the available scripts into the manager. |
addScript | Public method to add a script. |
allScripts | Public method to get a list of all scripts. |
canRunOnScheme | Public method to check, if scripts can be run on a scheme. |
connectPage | Public method to allow the GreaseMonkey manager to connect to the page. |
containsScript | Public method to check, if the given script exists. |
createRequest | Public method to create a request. |
disableScript | Public method to disable the given script. |
downloadScript | Public method to download a GreaseMonkey script. |
enableScript | Public method to enable the given script. |
pageLoadStarted | Public slot to handle the start of loading a page. |
removeScript | Public method to remove a script. |
requireScripts | Public method to get the sources of all required scripts. |
requireScriptsDirectory | Public method to get the path of the scripts directory. |
saveConfiguration | Public method to save the configuration. |
scriptsDirectory | Public method to get the path of the scripts directory. |
showConfigurationDialog | Public method to show the configuration dialog. |
None |
Constructor
Private slot to handle the completion of a script download.
Private slot to load the available scripts into the manager.
Public method to add a script.
Public method to get a list of all scripts.
Public method to check, if scripts can be run on a scheme.
Public method to allow the GreaseMonkey manager to connect to the page.
Public method to check, if the given script exists.
Public method to create a request.
Public method to disable the given script.
Public method to download a GreaseMonkey script.
Public method to enable the given script.
Public slot to handle the start of loading a page.
Public method to remove a script.
Public method to get the sources of all required scripts.
Public method to get the path of the scripts directory.
Public method to save the configuration.
Public method to get the path of the scripts directory.
Public method to show the configuration dialog.