diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2020-04-05 01:43:12 +0300 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2020-04-05 20:03:42 +0300 |
commit | 31a326fe636683e71fa61f11ed25b4f2adaead44 (patch) | |
tree | 61a7d64c0c03a91c2bb02ccdd635b9fabd419387 /ext/bg/settings.html | |
parent | 0d76cef43437fda336a3314dc62db1388537042f (diff) |
add option for iframe popups
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r-- | ext/bg/settings.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html index 0b2e4f9c..237162c7 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -175,6 +175,10 @@ </div> <div class="checkbox options-advanced"> + <label><input type="checkbox" id="show-iframe-popups-in-root-frame"> Show iframe popups in root frame</label> + </div> + + <div class="checkbox options-advanced"> <label><input type="checkbox" id="show-debug-info"> Show debug information</label> </div> |