From 8f6fa73cb955b9955abc9c9847f1b44cac541794 Mon Sep 17 00:00:00 2001 From: alyx Date: Thu, 2 Jun 2022 20:58:28 +0000 Subject: Rebranded! --- worker.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'worker.js') diff --git a/worker.js b/worker.js index 39375e4..ac3f6a5 100644 --- a/worker.js +++ b/worker.js @@ -41,8 +41,8 @@ async function reload() { } } -async function recursiveLinkWalker(url, cache, visits=[], constrain=["cv2.aleteoryx.me"]) { - const urlobj = new URL(url, "https://cv2.aleteoryx.me"); +async function recursiveLinkWalker(url, cache, visits=[], constrain=["circuits.aleteoryx.me"]) { + const urlobj = new URL(url, "https://circuits.aleteoryx.me"); console.dir(urlobj, String(urlobj)); if (!constrain.includes(urlobj.hostname) || visits.includes(url)) return; -- cgit v1.2.3-54-g00ecf