Skip to content

Commit

Permalink
✨ feat(links): replace urlscan and urlvoid in favour of web-check
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-FTW committed Oct 16, 2024
1 parent 675cded commit 491bd63
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions userconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
],
},
Expand Down

0 comments on commit 491bd63

Please sign in to comment.