From c56f5c32f142513f9973007978b5572539c8f16b Mon Sep 17 00:00:00 2001 From: narcolepticinsomniac Date: Wed, 9 Jan 2019 23:43:28 -0500 Subject: [PATCH] Revert expose iframes by default I don't I think I care enough to argue with someone who's technically correct. --- js/prefs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/prefs.js b/js/prefs.js index 5ba66bae..962a7ecf 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': true, // Add 'stylus-iframe' attribute to HTML element in all iframes + 'exposeIframes': false, // Add 'stylus-iframe' attribute to HTML element in all iframes 'newStyleAsUsercss': false, // create new style in usercss format // checkbox in style config dialog