Allow Javascript
From UBot Studio
(Difference between revisions)
Line 12: | Line 12: | ||
allow javascript("No") | allow javascript("No") | ||
</pre> | </pre> | ||
+ | |||
Disables Javascript. | Disables Javascript. | ||
+ | |||
+ | [[File:notjavascript.jpg]] | ||
Line 19: | Line 22: | ||
allow javascript("Yes") | allow javascript("Yes") | ||
</pre> | </pre> | ||
+ | |||
Enables Javascript. | Enables Javascript. | ||
+ | |||
+ | |||
+ | [[File:allowjavascript.jpg]] |
Revision as of 12:42, 21 May 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.