A list of all Actions, Conditions and Expressions supported in this addon.
CSS
-
Actions
Add Local CSS: {0}
Add a local CSS file.
Add External CSS: {0}
Add an External CSS file.
Remove Local CSS: {0}
Remove a Local CSS file.
Remove External CSS: {0}
Remove an External CSS file.
Remove All Imported CSS
Remove all imported CSS file.
Remove ALL CSS From Page
Remove all CSS file.
Disable Local CSS: {0}
Disable a Local CSS file.
Disable External CSS: {0}
Disable an External CSS file.
Enable Local CSS: {0}
Enable a Local CSS file.
Enable External CSS: {0}
Enable an External CSS file.
-
Conditions
{0} is already present
Test if a CSS is already present.
{0} is enabled
Test if a CSS is enabled.
JS
-
Actions
Add Local JS: {0}
Add a local JS file.
Add External JS: {0}
Add an External JS file.
Remove Local JS: {0}
Remove a Local JS file.
Remove External JS: {0}
Remove an External JS file.
Remove All Imported JS
Remove all imported JS file.
CANVAS
-
Actions
Destroy Canvas
Destroy the Canvas from the page.
HTML
-
Actions
Add HTML Element: {0}
Add HTML Element.
Remove HTML Element By ID: {0}
Remove HTML Element By ID.
Set viewport to "width={0}, initial-scale={1}, maximum-scale={2}, minimum-scale={3}, user-scalable={4} (,{5})"
Change the viewport meta tag.
Add attr {1}={2} to ID={0}
Add attribute.
Remove attr {1} from ID={0}
Remove attribute.
Change attr: {1}={2} to ID={0}
Change attribute.
Add attr {1}={2} to query selector {0}
Add attribute.
Remove attr {1} from query selector {0}
Remove attribute.
Change attr: {1}={2} to query selector {0}
Change attribute.
-
Expressions
GetValue
Return the value of the element.
GetAttribute
Return the value of an attribute.
GetValueWithQuerySelector
Return the value of the element (query selector).
GetAttributeWithQuerySelector
Return the value of an attribute (query selector).
GetCheckedStatus
Return the check status of the element.
GetCheckedStatusQuerySelector
Return the check status of the element (query selector).
GetValueRadio
Return the value of a radio element.
GetAttrFromString
Return the value of an attribute (from a string).