Module containing function to generate JavaScript code.
| None | 
| None | 
| completeFormData | Function generating a script to fill in form data. | 
| getAllImages | Function generating a script to extract all image tags of a web page. | 
| getAllMetaAttributes | Function generating a script to extract all meta attributes of a web page. | 
| getFeedLinks | Function generating a script to extract all RSS and Atom feed links. | 
| getFormData | Function generating a script to extract data for a form element. | 
| getOpenSearchLinks | Function generating a script to extract all open search links. | 
| sendPostData | Function generating a script to send Post data. | 
| setCss | Function generating a script to set a given CSS style sheet. | 
| setStyleSheet | Function generating a script to set a user style sheet. | 
| setupFormObserver | Function generating a script to monitor a web form for user entries. | 
| setupWebChannel | Function generating a script to setup the web channel. | 
| setupWindowObject | Function generating a script to setup window.object add-ons. | 
Function generating a script to fill in form data.
Function generating a script to extract all image tags of a web page.
Function generating a script to extract all meta attributes of a web page.
Function generating a script to extract all RSS and Atom feed links.
Function generating a script to extract data for a form element.
Function generating a script to extract all open search links.
Function generating a script to send Post data.
Function generating a script to set a given CSS style sheet.
Function generating a script to set a user style sheet.
Function generating a script to monitor a web form for user entries.
Function generating a script to setup the web channel.
Function generating a script to setup window.object add-ons.