diff options
author | Hygna <hygna@proton.me> | 2022-10-05 19:27:27 +0100 |
---|---|---|
committer | Hygna <hygna@proton.me> | 2022-10-05 19:27:27 +0100 |
commit | beaaeb1d309555531a22e350b73ff014cccd1e16 (patch) | |
tree | 16b9974dff7afb1382224b7cdb384d1d5ceec6ec /src/pages/options | |
parent | Added search redirections from Fandom to BreezeWiki (diff) | |
download | libredirect-beaaeb1d309555531a22e350b73ff014cccd1e16.zip |
Added support for i.stack.imgur.com and rimgo embeds
Closes https://codeberg.org/LibRedirect/libredirect/issues/18
Diffstat (limited to 'src/pages/options')
-rw-r--r-- | src/pages/options/index.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/pages/options/index.html b/src/pages/options/index.html index faeb5124..597d7cb9 100644 --- a/src/pages/options/index.html +++ b/src/pages/options/index.html @@ -1574,7 +1574,15 @@ <h4 data-localise="__MSG_enable__">Enable</h4> <input id="imgur-enabled" type="checkbox"> </div> - <hr> + <div class="some-block option-block"> + <h4 data-localise="__MSG_redirectType__">Redirect Type</h4> + <select id="imgur-redirectType"> + <option value="both" data-localise="__MSG_both__">both</option> + <option value="sub_frame" data-localise="__MSG_onlyEmbedded__">Only Embedded</option> + <option value="main_frame" data-localise="__MSG_onlyNotEmbedded__">Only Not Embedded</option> + </select> + </div> + <hr> <div id="rimgo"> <div class="clearnet"> <div class="some-block option-block"> |