diff options
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'); |