Allow Javascript
From UBot Studio
(Difference between revisions)
| Line 2: | Line 2: | ||
This command will disable all javascript on a webpage. Simply select “Yes” to enable javascript and “No” to disable the javascript. | This command will disable all javascript on a webpage. Simply select “Yes” to enable javascript and “No” to disable the javascript. | ||
| + | |||
| + | '''Allow Javascript:''' Select "Yes" to enable javascript on a webpage. Select "No" to disable javascript on a webpage. | ||
| + | |||
| + | |||
| + | == Example == | ||
| + | |||
<pre> | <pre> | ||
Revision as of 16:51, 25 April 2013
Allow Javascript is a Settings Command in the Professional edition of UBot Studio.
This command will disable all javascript on a webpage. Simply select “Yes” to enable javascript and “No” to disable the javascript.
Allow Javascript: Select "Yes" to enable javascript on a webpage. Select "No" to disable javascript on a webpage.
Example
allow javascript("No")
Disables Javascript.
allow javascript("Yes")
Enables Javascript.