Files
sherlock/sherlock_project
dollaransh17 dc869852bc fix(sites): Fix Threads false positive detection
Threads was showing false positives for non-existent users because
the error message detection was incorrect.

Updated errorMsg:
- Old: "<title>Threads</title>" (generic, matches valid pages too)
- New: "<title>Threads • Log in</title>" (specific to non-existent users)

When a user doesn't exist, Threads redirects to a login page with the
title "Threads • Log in". Valid user profiles have titles like
"Username (@username) • Threads, Say more".

Tested with:
- Invalid user (impossibleuser12345): Correctly not found
- Valid user (zuck): Correctly found

This fixes the false positive issue where non-existent Threads profiles
were being reported as found.
2025-10-04 17:22:50 +05:30
..
2025-09-17 17:47:45 -04:00
2024-08-23 01:15:47 -04:00
2024-06-24 16:40:03 -04:00
2024-08-27 22:32:48 -04:00
2024-06-24 16:40:03 -04:00
2025-09-15 21:56:54 -04:00