From ae7e0799fe99ea931a35c5df31b01bee1e3cf89d Mon Sep 17 00:00:00 2001 From: narcolepticinsomniac Date: Wed, 9 Jan 2019 21:22:43 -0500 Subject: [PATCH] Expose iframes by default --- js/prefs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/prefs.js b/js/prefs.js index 962a7ecf..5ba66bae 100644 --- a/js/prefs.js +++ b/js/prefs.js @@ -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