blob: 8a0915a6c982b1a1b3591d93f14d274e66db2177 [file] [log] [blame]
avm99963cbea3142019-03-28 00:48:15 +01001<!DOCTYPE html>
2<html>
3 <head>
4 <meta charset="utf-8">
5 <title>Options</title>
avm99963cd7c88e2020-12-07 11:12:46 +01006 <meta name="viewport" content="width=device-width, initial-scale=1">
avm999636d9c5fe2019-06-04 00:35:53 +02007 <link rel="stylesheet" href="options.css">
avm99963a23bf1e2020-12-25 03:02:10 +01008 <link rel="stylesheet" href="chrome_style/chrome_style.css">
avm99963cbea3142019-03-28 00:48:15 +01009 </head>
10 <body>
avm99963bf8eece2021-04-22 00:27:03 +020011 <main>
Adrià Vilanova Martínez15847262021-08-28 01:46:06 +020012 <div class="featured-links">
13 <div class="experiments-link" hidden>
14 <!--
15 Material Design Icon - social/science
16 - LICENSE: Apache License Version 2.0
17 - Source: https://github.com/google/material-design-icons/
18 - Author: Google LLC
19 -->
20 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><rect fill="none" height="24" width="24"/></g><g><path d="M13,11.33L18,18H6l5-6.67V6h2 M15.96,4H8.04C7.62,4,7.39,4.48,7.65,4.81L9,6.5v4.17L3.2,18.4C2.71,19.06,3.18,20,4,20h16 c0.82,0,1.29-0.94,0.8-1.6L15,10.67V6.5l1.35-1.69C16.61,4.48,16.38,4,15.96,4L15.96,4z"/></g></svg>
21 </div>
22 <a href="https://avm99963-pontoon.herokuapp.com/projects/tw-power-tools/" target="_blank" rel="noreferrer noopener" class="pontoon-link">
23 <!--
24 Material Design Icon - action/translate
25 - LICENSE: Apache License Version 2.0
26 - Source: https://github.com/google/material-design-icons/
27 - Author: Google LLC
28 -->
29 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z"/></svg>
30 </a>
Adrià Vilanova Martíneze32adc42021-08-30 17:16:49 +020031 <a target="_blank" rel="noreferrer noopener" class="features-link">
Adrià Vilanova Martínez15847262021-08-28 01:46:06 +020032 <!--
33 Material Design Icon - action/help_outline
34 - LICENSE: Apache License Version 2.0
35 - Source: https://github.com/google/material-design-icons/
36 - Author: Google LLC
37 -->
38 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-1-4h2v2h-2zm1.61-9.96c-2.06-.3-3.88.97-4.43 2.79-.18.58.26 1.17.87 1.17h.2c.41 0 .74-.29.88-.67.32-.89 1.27-1.5 2.3-1.28.95.2 1.65 1.13 1.57 2.1-.1 1.34-1.62 1.63-2.45 2.88 0 .01-.01.01-.01.02-.01.02-.02.03-.03.05-.09.15-.18.32-.25.5-.01.03-.03.05-.04.08-.01.02-.01.04-.02.07-.12.34-.2.75-.2 1.25h2c0-.42.11-.77.28-1.07.02-.03.03-.06.05-.09.08-.14.18-.27.28-.39.01-.01.02-.03.03-.04.1-.12.21-.23.33-.34.96-.91 2.26-1.65 1.99-3.56-.24-1.74-1.61-3.21-3.35-3.47z"/></svg>
39 </a>
avm999637309b062021-04-22 12:41:08 +020040 </div>
avm99963bf8eece2021-04-22 00:27:03 +020041 <form>
Adrià Vilanova Martínezc591bf72021-09-06 20:23:06 +020042 <div id="kill-switch-warning" hidden data-i18n="killswitchwarning"></div>
Adrià Vilanova Martínez09f35be2021-09-06 19:50:09 +020043 <div id="options-container"></div>
avm99963bf8eece2021-04-22 00:27:03 +020044 <div class="actions"><button id="save" data-i18n="save"></button></div>
45 </form>
46 <div id="save-indicator"></div>
47 </main>
avm99963bf8eece2021-04-22 00:27:03 +020048 <script src="options_bit.js"></script>
Adrià Vilanova Martínez3465e772021-07-11 19:18:41 +020049 <script src="../../optionsCommon.bundle.js"></script>
avm99963cbea3142019-03-28 00:48:15 +010050 </body>
51</html>