From a5a9104e77ec39dc6c7ad0e8998e26da023a6f17 Mon Sep 17 00:00:00 2001 From: AaronDewes Date: Mon, 19 Oct 2020 09:04:08 +0000 Subject: [PATCH] A few improvements --- .jshintrc | 2 +- README.md | 3 ++- src/about.html | 7 ++++--- tools/make-clean.sh | 4 ++-- tools/make-firefox-meta.py | 2 +- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.jshintrc b/.jshintrc index 6246bcd..76798cd 100644 --- a/.jshintrc +++ b/.jshintrc @@ -4,7 +4,7 @@ "eqeqeq": true, "esversion": 8, "globals": { - "browser": false, // global variable in Firefox, Edge + "browser": false, "self": false, "chrome": false, "log": false, diff --git a/README.md b/README.md index f32e33a..3596327 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ Definitely for advanced users. -This is a fork of the now-discontinued uMatrix. My focus will be on keeping it working on Firefox for now. I'll do my best to keep it working, but sadly no guarantees. Help will always be welcome! +This is a fork of the now-discontinued [uMatrix](https://github.com/gorhill/uMatrix). +My focus will be on keeping it working on Firefox for now. I'll do my best to keep it working, but sadly no guarantees. Help will always be welcome! *** diff --git a/src/about.html b/src/about.html index f4fd06d..f85bcdf 100644 --- a/src/about.html +++ b/src/about.html @@ -22,6 +22,7 @@ ul {

nuTensor