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
- Copyright (c) Raymond Hill 2013-2020
+ - Copyright (c) Ian Parker 2020
-
-
@@ -32,9 +33,9 @@ ul {
-
- Punycode.js by Mathias Bynens
- Font Awesome by Dave Gandy
diff --git a/tools/make-clean.sh b/tools/make-clean.sh
index e67a14a..5a9e154 100755
--- a/tools/make-clean.sh
+++ b/tools/make-clean.sh
@@ -2,6 +2,6 @@
#
# This script assumes a linux environment
-echo "*** uMatrix(Chromium): Cleaning."
+echo "*** nuTensor(Chromium): Cleaning."
rm -R ./dist/build
-echo "*** uMatrix(Chromium): Cleaned."
+echo "*** nuTensor(Chromium): Cleaned."
diff --git a/tools/make-firefox-meta.py b/tools/make-firefox-meta.py
index 1e1e739..4a30bd7 100755
--- a/tools/make-firefox-meta.py
+++ b/tools/make-firefox-meta.py
@@ -25,7 +25,7 @@ match = re.search('^\d+\.\d+\.\d+(b|rc)', version)
if not match:
# https://bugzilla.mozilla.org/show_bug.cgi?id=1459007
# By design Firefox opens the sidebar with new installation of
- # uMatrix when sidebar_action is present in the manifest.
+ # nuTensor when sidebar_action is present in the manifest.
# Remove sidebarAction support for stable release of uBO.
del webext_manifest['sidebar_action']