Expose iframes by default
This commit is contained in:
parent
89b18dca45
commit
ae7e0799fe
|
@ -8,7 +8,7 @@ const prefs = (() => {
|
|||
'windowPosition': {}, // detached window position
|
||||
'show-badge': true, // display text on popup menu icon
|
||||
'disableAll': false, // boss key
|
||||
'exposeIframes': false, // Add 'stylus-iframe' attribute to HTML element in all iframes
|
||||
'exposeIframes': true, // Add 'stylus-iframe' attribute to HTML element in all iframes
|
||||
'newStyleAsUsercss': false, // create new style in usercss format
|
||||
|
||||
// checkbox in style config dialog
|
||||
|
|
Loading…
Reference in New Issue
Block a user