From 491bd63340c8a3155a1bfeb5d0a07122dbe25786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 16 Oct 2024 13:44:22 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(links):=20replace=20urlscan=20?= =?UTF-8?q?and=20urlvoid=20in=20favour=20of=20web-check?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- userconfig.js | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/userconfig.js b/userconfig.js index 6410c5d..e611ea1 100644 --- a/userconfig.js +++ b/userconfig.js @@ -848,23 +848,17 @@ const default_config = { icon: "dna-2", icon_color: palette.blue, }, - { - name: "urlvoid", - url: "https://www.urlvoid.com/", - icon: "search", - icon_color: palette.mauve, - }, { name: "cyberchef", url: "https://gchq.github.io/CyberChef/", icon: "chef-hat", - icon_color: palette.sky, + icon_color: palette.mauve, }, { - name: "urlscan", - url: "https://urlscan.io/", - icon: "forms", - icon_color: palette.lavender, + name: "web-check", + url: "https://web-check.xyz/", + icon: "search", + icon_color: palette.sky, }, ], },