raw-settings.html 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta 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 data-i18n="rawSettingsPageName"></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. <link rel="stylesheet" type="text/css" href="css/raw-settings.css">
  25. <link rel="shortcut icon" type="image/png" href="img/icon_16.png"/>
  26. </head>
  27. <body>
  28. <p><span data-i18n="rawSettingsWarning"></span> <a class="fa info important" href="https://github.com/gorhill/uMatrix/wiki/Raw-settings" target="_blank">&#xf05a;</a></p>
  29. <p><button id="rawSettingsApply" class="custom important" type="button" disabled="disabled" data-i18n="genericApplyChanges"></button>&ensp;</p>
  30. <textarea id="rawSettings" dir="auto" spellcheck="false"></textarea>
  31. <script src="js/vapi-common.js"></script>
  32. <script src="js/vapi-client.js"></script>
  33. <script src="js/udom.js"></script>
  34. <script src="js/i18n.js"></script>
  35. <script src="js/dashboard-common.js"></script>
  36. <script src="js/raw-settings.js"></script>
  37. </body>
  38. </html>