| getUiOption (key* ) | Gets a UI option set using setUiOption. If the supplied key is not set then an empty string is returned |
| heartbeat | Used by service workers to keep alive |
| hudAlertData (url* ) | Returns the alert summary needed by the HUD for the specified URL |
| optionAllowUnsafeEval | Returns true if the 'Allow unsafe-eval' option is set |
| optionBaseDirectory | Returns the base directory from which the HUD files are loaded |
| optionDevelopmentMode | Returns true if the 'Development mode' option is set |
| optionEnableOnDomainMsgs | |
| optionEnableTelemetry | |
| optionEnabledForDaemon | |
| optionEnabledForDesktop | |
| optionInScopeOnly | Returns true if the 'In scope only' option is set |
| optionRemoveCSP | Returns true if the 'Remove CSP' option is set |
| optionShowWelcomeScreen | |
| optionSkipTutorialTasks | |
| optionTutorialHost | |
| optionTutorialPort | |
| optionTutorialTasksDone | |
| optionTutorialTestMode | |
| optionTutorialUpdates | |
| tutorialUpdates | |
| upgradedDomains |
| log (record* ) | Used by the HUD to log messages from the browser |
| recordRequest (header* body* ) | Used by the HUD to cache a request the user wants to send in the browser |
| resetTutorialTasks | Reset the tutorial tasks so that they must be completed again |
| setOptionBaseDirectory (String* ) | Set the base directory from which the HUD files are loaded |
| setOptionDevelopmentMode (Boolean* ) | Sets the boolean option 'Development mode' |
| setOptionEnableOnDomainMsgs (Boolean* ) | |
| setOptionEnabledForDaemon (Boolean* ) | |
| setOptionEnabledForDesktop (Boolean* ) | |
| setOptionInScopeOnly (Boolean* ) | Sets the boolean option 'In scope only' |
| setOptionRemoveCSP (Boolean* ) | Sets the boolean option 'Remove CSP' |
| setOptionShowWelcomeScreen (Boolean* ) | |
| setOptionSkipTutorialTasks (Boolean* ) | |
| setOptionTutorialTaskDone (String* ) | |
| setOptionTutorialTestMode (Boolean* ) | |
| setUiOption (key* value ) | Sets a UI option with the given key and value. The key must be 50 or fewer alphanumeric characters |
| changesInHtml | Returns the changelog in HTML format |