raw-settings.html 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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-2020 Alessio Vanni
  8. Modified 2022 by Jesus E.
  9. This program is free software: you can redistribute it and/or modify
  10. it under the terms of the GNU General Public License as published by
  11. the Free Software Foundation, either version 3 of the License, or
  12. (at your option) any later version.
  13. This program is distributed in the hope that it will be useful,
  14. but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. GNU General Public License for more details.
  17. You should have received a copy of the GNU General Public License
  18. along with this program. If not, see {http://www.gnu.org/licenses/}.
  19. Home: https://c.hgit.ga/software/ematrix.git
  20. uMatrix Home: https://github.com/gorhill/uMatrix
  21. -->
  22. <title data-i18n="rawSettingsPageName"></title>
  23. <link rel="stylesheet" type="text/css" href="css/common.css">
  24. <link rel="stylesheet" type="text/css" href="css/dashboard-common.css">
  25. <link rel="stylesheet" type="text/css" href="css/raw-settings.css">
  26. <link rel="shortcut icon" type="image/png" href="img/icon_16.png"/>
  27. </head>
  28. <body>
  29. <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>
  30. <p><button id="rawSettingsApply" class="custom important" type="button" disabled="disabled" data-i18n="genericApplyChanges"></button>&ensp;</p>
  31. <textarea id="rawSettings" dir="auto" spellcheck="false"></textarea>
  32. <script src="js/vapi-common.js"></script>
  33. <script src="js/vapi-client.js"></script>
  34. <script src="js/udom.js"></script>
  35. <script src="js/i18n.js"></script>
  36. <script src="js/dashboard-common.js"></script>
  37. <script src="js/raw-settings.js"></script>
  38. </body>
  39. </html>