settings.html 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <!-- ***************************************************************************
  6. ηMatrix - a browser extension to black/white list requests.
  7. Copyright (C) 2019 Alessio Vanni
  8. This program is free software: you can redistribute it and/or modify
  9. it under the terms of the GNU General Public License as published by
  10. the Free Software Foundation, either version 3 of the License, or
  11. (at your option) any later version.
  12. This program is distributed in the hope that it will be useful,
  13. but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. GNU General Public License for more details.
  16. You should have received a copy of the GNU General Public License
  17. along with this program. If not, see {http://www.gnu.org/licenses/}.
  18. Home: https://libregit.org/heckyel/ematrix
  19. uMatrix Home: https://github.com/gorhill/uMatrix
  20. -->
  21. <title>ηMatrix — Settings</title>
  22. <link rel="stylesheet" type="text/css" href="css/common.css">
  23. <link rel="stylesheet" type="text/css" href="css/dashboard-common.css">
  24. <style>
  25. div > p:first-child {
  26. margin-top: 0;
  27. }
  28. div > p:last-child {
  29. margin-bottom: 0;
  30. }
  31. ul {
  32. padding: 0;
  33. list-style-type: none;
  34. }
  35. ul > li {
  36. margin: 0.2em 0 0.2em 1em;
  37. }
  38. ul > li.separator {
  39. margin: 0.5em 0;
  40. }
  41. .dim {
  42. font-weight: 100;
  43. color: #888;
  44. }
  45. </style>
  46. </head>
  47. <body>
  48. <h2 data-i18n="settingsMatrixConvenienceHeader"></h2>
  49. <ul>
  50. <li>
  51. <input id="iconBadgeEnabled" type="checkbox" data-setting-bool>
  52. <label data-i18n="settingsIconBadgeEnabled" for="iconBadgeEnabled"></label>
  53. </li>
  54. <li>
  55. <input id="collapseBlocked" type="checkbox" data-setting-bool>
  56. <label data-i18n="settingsCollapseBlocked" for="collapseBlocked"></label>
  57. <ul>
  58. <li>
  59. <input id="collapseBlacklisted" type="checkbox" data-setting-bool>
  60. <label data-i18n="settingsCollapseBlacklisted" for="collapseBlacklisted"></label>
  61. </li>
  62. </ul>
  63. <li>
  64. <input id="noscriptTagsSpoofed" type="checkbox" data-matrix-switch="noscript-spoof">
  65. <label data-i18n="settingsNoscriptTagsSpoofed" for="noscriptTagsSpoofed"></label>
  66. <span class="whatisthis"></span>
  67. <div class="whatisthis-expandable para" data-i18n="noscriptSpoofHelp"></div>
  68. </li>
  69. <li>
  70. <input id="cloudStorageEnabled" type="checkbox" data-setting-bool>
  71. <label data-i18n="settingsCloudStorageEnabled" for="cloudStorageEnabled"></label>
  72. </li>
  73. </li>
  74. </ul>
  75. <h2 data-i18n="settingsMatrixDisplayHeader"></h2>
  76. <ul>
  77. <li>
  78. <span data-i18n="settingsMatrixDisplayTextSizePrompt"></span>&ensp;&minus;
  79. <input id="displayTextSize" type="range" min="12" max="18" value="14" style="margin:0 0.2em;vertical-align:bottom;">&plus;
  80. </li>
  81. <li class="separator"></li>
  82. <li>
  83. <label data-i18n="settingsDefaultScopeLevel"></label>
  84. <select id="popupScopeLevel">
  85. <option data-i18n="settingsDefaultScopeLevel2" value="site"></option>
  86. <option data-i18n="settingsDefaultScopeLevel1" value="domain"></option>
  87. <option data-i18n="settingsDefaultScopeLevel0" value="*"></option>
  88. </select>
  89. </li>
  90. <li class="separator"></li>
  91. <li>
  92. <input id="colorBlindFriendly" type="checkbox" data-setting-bool>
  93. <label data-i18n="settingsMatrixDisplayColorBlind" for="colorBlindFriendly"></label>
  94. </li>
  95. </ul>
  96. <h2 data-i18n="privacyPageName"></h2>
  97. <ul>
  98. <li>
  99. <input id="deleteCookies" type="checkbox" data-setting-bool>
  100. <label data-i18n="privacyDeleteBlockedCookiesPrompt" for="deleteCookies"></label>
  101. <span class="whatisthis"></span>
  102. <div class="whatisthis-expandable para" data-i18n="privacyDeleteBlockedCookiesHelp"></div>
  103. </li>
  104. <li>
  105. <input id="deleteUnusedSessionCookies" type="checkbox" data-setting-bool>
  106. <label data-i18n="privacyDeleteNonBlockedSessionCookiesPrompt1" for="deleteUnusedSessionCookies"></label>
  107. <input id="deleteUnusedSessionCookiesAfter" type="text" value="60" size="3">
  108. <span data-i18n="privacyDeleteNonBlockedSessionCookiesPrompt2"></span>
  109. <span class="whatisthis"></span>
  110. <div class="whatisthis-expandable para" data-i18n="privacyDeleteNonBlockedSessionCookiesHelp"></div>
  111. </li>
  112. <!--
  113. Delete non-blocked session cookies x minutes after the last time they have been used.
  114. Allow generically blocked cookies but deleted them x minutes after they have been first created.
  115. A "generically blocked" cookie is a cookie which inherits its block status in
  116. the matrix from the `cookie` cell or the `all` cell in the top row of the
  117. matrix.
  118. When a cookie inherits its block status from a cell in the top row of the
  119. matrix (the "header" row), this means it is not specifically distrusted, but
  120. rather that the default stance is to distrust cookies in general.
  121. However some sites do require cookies to minimally work properly. This options
  122. allow to "unbreak" these sites by allowing not specifically distrusted cookies
  123. to travel back and forth between you and the server, but to limit the lifetime
  124. of these cookies so that they cannot be used to track you.
  125. -->
  126. <li>
  127. <input id="deleteLocalStorage" type="checkbox" data-setting-bool>
  128. <label data-i18n="privacyDeleteBlockedLocalStoragePrompt" for="deleteLocalStorage"></label>
  129. </li>
  130. <li>
  131. <input id="clearBrowserCache" type="checkbox" data-setting-bool>
  132. <label data-i18n="privacyClearCachePrompt1" for="clearBrowserCache"></label>
  133. <input id="clearBrowserCacheAfter" type="text" value="60" size="3">
  134. <label data-i18n="privacyClearCachePrompt2" for="clearBrowserCacheAfter"></label>
  135. <span class="whatisthis"></span>
  136. <div class="whatisthis-expandable para" data-i18n="privacyClearCacheHelp"></div>
  137. </li>
  138. <li>
  139. <input id="processReferer" type="checkbox" data-matrix-switch="referrer-spoof">
  140. <label data-i18n="privacyProcessRefererPrompt" for="processReferer"></label>
  141. <span class="whatisthis"></span>
  142. <div class="whatisthis-expandable para" data-i18n="privacyProcessRefererHelp"></div>
  143. </li>
  144. <li>
  145. <input id="noMixedContent" type="checkbox" data-matrix-switch="https-strict">
  146. <label data-i18n="privacyNoMixedContentPrompt" for="noMixedContent"></label>
  147. <span class="whatisthis"></span>
  148. <div class="whatisthis-expandable para" data-i18n="privacyNoMixedContentHelp"></div>
  149. </li>
  150. <li>
  151. <input id="processHyperlinkAuditing" type="checkbox" data-setting-bool>
  152. <label data-i18n="privacyProcessHyperlinkAuditingPrompt" for="processHyperlinkAuditing"></label>
  153. <span class="whatisthis"></span>
  154. <div class="whatisthis-expandable para" data-i18n="privacyProcessHyperlinkAuditingHelp"></div>
  155. </li>
  156. </ul>
  157. <script src="js/vapi-common.js"></script>
  158. <script src="js/vapi-client.js"></script>
  159. <script src="js/udom.js"></script>
  160. <script src="js/i18n.js"></script>
  161. <script src="js/dashboard-common.js"></script>
  162. <script src="js/settings.js"></script>
  163. </body>
  164. </html>