diff options
author | axtlos <axtlos@getcryst.al> | 2024-05-31 22:46:56 +0200 |
---|---|---|
committer | axtlos <axtlos@getcryst.al> | 2024-05-31 22:46:56 +0200 |
commit | 479414a93ae03a4463c16d54b39cd155b1e04683 (patch) | |
tree | 1778350d3d46bbe6e713f1a05f61339903a1fe9b /antiChrome_Brave.js | |
parent | ffe95743948bb4a47cc92c88f758900f1aae6078 (diff) | |
download | website-479414a93ae03a4463c16d54b39cd155b1e04683.tar.gz website-479414a93ae03a4463c16d54b39cd155b1e04683.tar.bz2 |
fix links
Diffstat (limited to 'antiChrome_Brave.js')
-rw-r--r-- | antiChrome_Brave.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/antiChrome_Brave.js b/antiChrome_Brave.js index 9070376..db2b07b 100644 --- a/antiChrome_Brave.js +++ b/antiChrome_Brave.js @@ -2,7 +2,7 @@ var isChrome = /Chrome/.test(navigator.userAgent) && /Google Inc/.test(navigator.vendor); var isBrave = (navigator.brave && await navigator.brave.isBrave()) || false; if (isBrave) { - window.location.href = 'https://axtlos.neocities.org/not-very-brave.html'; + window.location.href = 'https://xenia.blahaj.land/not-very-brave.html'; } else if (isChrome) { var warningDiv = document.createElement('div'); |