Uncover suspicious shortened URLs. Show the destination behind TinyURL link. Helpful when you're not sure of the source of the link or if you're worried about clicking on something potentially malicious. tinyurl-checker.web.app Submitted by unskilledexplorer t3_10nptgx on January 28, 2023 at 9:17 PM in InternetIsBeautiful 15 comments 336
your_username t1_j6e8ms2 wrote on January 29, 2023 at 6:59 PM Nice, clean webpage — thank you for making this! curl -sL <short_link> | grep -oE '<a[^>]+href="([^"]+)"[^>]*>' | cut -d'"' -f2 Permalink 1 [deleted] t1_j6h6hkh wrote on January 30, 2023 at 8:00 AM [removed] Permalink Parent 1
Viewing a single comment thread. View all comments