fix www. redirection, again...
This commit is contained in:
parent
e21e59fea3
commit
914e1a8fd9
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
// ==UserScript==
|
||||
// @name MultiProbe
|
||||
// @namespace https://*.angusnicneven.com/*
|
||||
// @version 20250226.0
|
||||
// @version 20250301.0
|
||||
// @description Probe with friends!
|
||||
// @author tgpholly
|
||||
// @match https://*.angusnicneven.com/*
|
||||
|
@ -13,7 +13,7 @@
|
|||
let continueRunningScript = true;
|
||||
if (!window.TE_ACTIVE) {
|
||||
if (window.location.href.includes("://www.")) {
|
||||
window.location.href = window.location.href.replace("://www.", "");
|
||||
window.location.href = window.location.href.replace("://www.", "://");
|
||||
continueRunningScript = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue