Allow Javascript
From UBot Studio
(Difference between revisions)
(Created page with "$Allow Javascript is a Settings Command in the Professional edition of UBot Studio. This command will disable all javascript on a webpage. Simply select...") |
|||
| (4 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | Allow Javascript is a [[Settings Commands|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. | 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> | ||
allow javascript("No") | allow javascript("No") | ||
</pre> | </pre> | ||
| + | |||
Disables Javascript. | Disables Javascript. | ||
| + | |||
| + | [[File:javno.jpg]] | ||
| Line 14: | Line 23: | ||
</pre> | </pre> | ||
| − | + | ||
| + | Enables Javascript. | ||
| + | |||
| + | |||
| + | [[File:javyes.jpg]] | ||
Latest revision as of 16:55, 24 September 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.
[edit] Example
allow javascript("No")
Disables Javascript.
allow javascript("Yes")
Enables Javascript.

