Allow CSS
From UBot Studio
(Difference between revisions)
(Created page with "$Allow CSS is a Settings Command in the Professional edition of UBot Studio. This command, when set to Yes, will disable all CSS related content on a we...") |
|||
Line 1: | Line 1: | ||
− | + | Allow CSS is a [[Settings Commands|Settings Command]] in the Professional edition of UBot Studio. | |
This command, when set to Yes, will disable all CSS related content on a webpage. | This command, when set to Yes, will disable all CSS related content on a webpage. |
Revision as of 15:18, 14 April 2013
Allow CSS is a Settings Command in the Professional edition of UBot Studio.
This command, when set to Yes, will disable all CSS related content on a webpage.
Example
allow css("No") navigate("http://www.cssdrive.com/", "Wait")
Running the script disables css on the webpage.
allow css("Yes") navigate("http://www.cssdrive.com/", "Wait")
Running the script enables css on the webpage.