purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
7 lines • 307 B
Markdown
```css
// Property: mainFrameOnly
// Description: A Boolean value indicating whether the script should be injected only into the main frame (true) or into all frames (false).
// Component(s): UserScriptParams
'.main-frame-only': { mainFrameOnly: true }
'.main-frame-only-false': { mainFrameOnly: false }
```