diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-06-19 19:10:32 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-06-19 19:10:32 +0300 |
commit | 1c1c3cd4349535ec25d8cb98bea8dfcce65c30a6 (patch) | |
tree | aa191452e4bbdb82605fa9ef4ed5bf511ee4f3ca /src/pages/options/index.html | |
parent | Disabled cookies for incognito for this release #291 #340 (diff) | |
download | libredirect-1c1c3cd4349535ec25d8cb98bea8dfcce65c30a6.zip |
Added Twitter embed toggle #344
Diffstat (limited to 'src/pages/options/index.html')
-rw-r--r-- | src/pages/options/index.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/pages/options/index.html b/src/pages/options/index.html index 9e318512..2463c361 100644 --- a/src/pages/options/index.html +++ b/src/pages/options/index.html @@ -71,10 +71,6 @@ </select> </div> <div class="some-block option-block"> - <h4>Tor Browser</h4> - <input id="firstPartyIsolate" type="checkbox"> - </div> - <div class="some-block option-block"> <h4 data-localise="__MSG_autoRedirect__"></h4> <input id="auto-redirect" type="checkbox"> </div> @@ -525,6 +521,14 @@ <option value="tor" data-localise="__MSG_tor__">Tor</option> </select> </div> + <div class="some-block option-block"> + <h4 data-localise="__MSG_redirectType__">Redirect Type</h4> + <select id="twitter-redirect_type"> + <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> <div id="nitter"> <hr> <div class="normal"> |