summaryrefslogtreecommitdiff
path: root/antiChrome_Brave.js
diff options
context:
space:
mode:
authoraxtlos <axtlos@getcryst.al>2024-05-31 22:46:56 +0200
committeraxtlos <axtlos@getcryst.al>2024-05-31 22:46:56 +0200
commit479414a93ae03a4463c16d54b39cd155b1e04683 (patch)
tree1778350d3d46bbe6e713f1a05f61339903a1fe9b /antiChrome_Brave.js
parentffe95743948bb4a47cc92c88f758900f1aae6078 (diff)
downloadwebsite-479414a93ae03a4463c16d54b39cd155b1e04683.tar.gz
website-479414a93ae03a4463c16d54b39cd155b1e04683.tar.bz2
fix links
Diffstat (limited to 'antiChrome_Brave.js')
-rw-r--r--antiChrome_Brave.js2
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');