Allow CSS

From UBot Studio
Jump to: navigation, search

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.

Allow CSS: Select "Yes" to enable CSS elements on a webpage. Select "No" to disable CSS elements on a webpage.

Example

allow css("No")
navigate("http://www.cssdrive.com/", "Wait")


Running the script disables css on the webpage.


Nocss.jpg


allow css("Yes")
navigate("http://www.cssdrive.com/", "Wait")


Running the script enables css on the webpage.


Yescss.jpg

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox