From aaddecf7c813efeb592c1261274cad1e345f1dd9 Mon Sep 17 00:00:00 2001 From: s0lray Date: Wed, 25 Mar 2026 18:14:31 -0400 Subject: [PATCH] Rename Forums/Blogs/IRC to Online Communities with new subcategories (THE-58) - Renamed top-level category from "Forums / Blogs / IRC" to "Online Communities" - Preserved existing subcategories: Blog Search Engines, Forum Search Engines, IRC Search - Added new subcategories: Discord Servers, Reddit Communities - Removed Topix from Blog Search Engines (site shut down 2018, URL redirects to unrelated page) - Excluded Dark Web Forums subcategory (tools already covered in dedicated Dark Web category) - Excluded Telegram subcategory (tools already covered in Instant Messaging > Telegram) Co-Authored-By: Paperclip --- public/arf.json | 81 +++++++++++++++++++++++++++++++++++-------------- 1 file changed, 59 insertions(+), 22 deletions(-) diff --git a/public/arf.json b/public/arf.json index 160053f..ddd056d 100644 --- a/public/arf.json +++ b/public/arf.json @@ -4486,9 +4486,46 @@ ] }, { - "name": "Forums / Blogs / IRC", + "name": "Online Communities", "type": "folder", "children": [ + { + "name": "Blog Search Engines", + "type": "folder", + "children": [ + { + "name": "Live Journal Seek", + "type": "url", + "url": "https://ljseek.com/" + }, + { + "name": "Blog Search Engine", + "type": "url", + "url": "https://www.blogsearchengine.org/" + } + ] + }, + { + "name": "Discord Servers", + "type": "folder", + "children": [ + { + "name": "Discord Bot List", + "type": "url", + "url": "https://discord.bots.gg/" + }, + { + "name": "ReconXplorer (T)", + "type": "url", + "url": "https://github.com/root7am/ReconXplorer" + }, + { + "name": "Top.gg", + "type": "url", + "url": "https://top.gg/" + } + ] + }, { "name": "Forum Search Engines", "type": "folder", @@ -4520,27 +4557,6 @@ } ] }, - { - "name": "Blog Search Engines", - "type": "folder", - "children": [ - { - "name": "Live Journal Seek", - "type": "url", - "url": "https://ljseek.com/" - }, - { - "name": "Topix", - "type": "url", - "url": "https://www.pch.com/quizzes" - }, - { - "name": "Blog Search Engine", - "type": "url", - "url": "https://www.blogsearchengine.org/" - } - ] - }, { "name": "IRC Search", "type": "folder", @@ -4561,6 +4577,27 @@ "url": "https://netsplit.de/channels/search.php" } ] + }, + { + "name": "Reddit Communities", + "type": "folder", + "children": [ + { + "name": "Arctic Shift", + "type": "url", + "url": "https://arctic-shift.photon-reddit.com/" + }, + { + "name": "Cama's Reddit Search", + "type": "url", + "url": "https://camas.github.io/reddit-search/" + }, + { + "name": "Reveddit", + "type": "url", + "url": "https://www.reveddit.com/" + } + ] } ] },