From 479414a93ae03a4463c16d54b39cd155b1e04683 Mon Sep 17 00:00:00 2001 From: axtlos Date: Fri, 31 May 2024 22:46:56 +0200 Subject: fix links --- antiChrome_Brave.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'antiChrome_Brave.js') 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'); -- cgit v1.2.3