aboutsummaryrefslogtreecommitdiffstats
path: root/background.html
diff options
context:
space:
mode:
Diffstat (limited to 'background.html')
-rw-r--r--background.html10
1 files changed, 3 insertions, 7 deletions
diff --git a/background.html b/background.html
index 9ad8fc6..5759071 100644
--- a/background.html
+++ b/background.html
@@ -2,6 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- ***************************************************************************
ηMatrix - a browser extension to black/white list requests.
@@ -23,14 +24,11 @@
Home: https://libregit.org/heckyel/ematrix
uMatrix Home: https://github.com/gorhill/uMatrix
-->
- <title>eMatrix</title>
+ <title>ηMatrix</title>
</head>
<body>
<!-- Each script (or anyway the majority of them) depends on the
- scripts above it, so keep these ordered like this -->
- <script src="js/polyfill.js"></script>
- <script src="lib/punycode.js"></script>
- <script src="lib/publicsuffixlist.js"></script>
+ scripts above it, so keep these ordered like this -->
<script src="js/vapi-common.js"></script>
<script src="js/vapi-core.js"></script>
<script src="js/vapi-window.js"></script>
@@ -45,12 +43,10 @@
<script src="js/background.js"></script>
<script src="js/xal.js"></script>
<script src="js/usersettings.js"></script>
- <script src="js/liquid-dict.js"></script>
<script src="js/matrix.js"></script>
<script src="js/utils.js"></script>
<script src="js/assets.js"></script>
<script src="js/httpsb.js"></script>
- <script src="js/uritools.js"></script>
<script src="js/cookies.js"></script>
<script src="js/logger.js"></script>
<script src="js/messaging.js"></script>