jaidedctrl / Nitter Redirect

Clicking on Install button I get the following error:```
User script download failed

Ignoring @match pattern *://*twitter.com/* because: Error: @match: Invalid host specified.
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0 
Greasemoneky 4.11
--- /scripts/jaidedctrl/Nitter_Redirect/source@+cca1470
+++ /scripts/jaidedctrl/Nitter_Redirect/source
@@ -3,7 +3,7 @@
 // @description  Redirect Twitter to Nitter
 // @author       jaidedctrl
 // @license      GPL-3.0-or-later; http://www.gnu.org/licenses/gpl-3.0.txt
-// @match        *://*twitter.com/*
+// @match        *://*.twitter.com/*
 // @run-at       document-start
 // ==/UserScript==
  

... makes it valid @match syntax from the standard documentation.

It is a good idea to correct this so the script rating doesn't fall.

OUJS Admin