Skip to content

Update#1 #479

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update#1 #479

wants to merge 1 commit into from

Conversation

tgeek77
Copy link

@tgeek77 tgeek77 commented Aug 3, 2025

Removed the first set of broken links and replaced onion services with correct v3 urls.

@tgeek77
Copy link
Author

tgeek77 commented Aug 3, 2025

I grepped out all of the urls and ran them through curl to see which ones are reporting a 000 [server not found| and 404 [page not found]. This PR is the first set of urls that I removed or updated because the page isn't there anymore or has changed. I still have over 100 urls to go through.

I also updated all of the Tor v2 urls and replaced them with working v3 urls.

curl command I used:

for i in `cat urls.txt`; do
  code=$(curl -o /dev/null -s -w "%{http_code}" "$i")
  echo "$code $i"
done > url_codes.txt

This produced a list like this:

404 https://whatbrowser.org/
301 http://browserspy.dk/browser.php
503 http://www.browserscope.org/
000 https://proxycheck.haschek.at/
200 https://www.ip2proxy.com/
200 https://noscript.net/
200 https://github.com/amq/firefox-debloat
200 https://browserleaks.com/
404 https://addons.mozilla.org/en-US/firefox/addon/self-destructing-cookies/

@@ -335,11 +335,6 @@
"type": "url",
"url": "https://who.is/"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -335,11 +335,6 @@
"type": "url",
"url": "https://who.is/"
},
{
"name": "Whois AMPed",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nirmala061220/kirana

{
"name": "Whois AMPed",
"type": "url",
"url": "https://whoisamped.com/"
Copy link

@Dirga810 Dirga810 Aug 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -895,21 +845,11 @@
"type": "url",
"url": "https://moz.com/researchtools/ose/"
},
{
"name": "SpyOnWeb",
"type": "url",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants