diff options
Diffstat (limited to 'src/pages/options/index.html')
-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"> |