Skip to content

Commit

Permalink
New entry via EchoFeed
Browse files Browse the repository at this point in the history
  • Loading branch information
jbowdre committed Jun 19, 2024
1 parent 661019a commit e40250d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions markdown/incoming/check-urls-on-android-with-urlcheck.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "Check URLs on Android with URLCheck"
published: "2024-06-19T22:04:33.303560Z"
updated: "2024-06-19T22:04:33.303560Z"
---

I was recently introduced to a cool little open-source Android utility for checking/manipulating links before you visit. You just set [URLCheck](https://github.com/TrianguloY/UrlChecker) as your default browser / link handler, and then tapping on a link will open URLCheck as an intermediary.

![2-dialog](https://bear-images.sfo2.cdn.digitaloceanspaces.com/jbowdre-1718834165.png)

URLCheck will then quickly parse the address and provide easy one-tap options to strip out referrals or useless parameters, unshorten shortened/obfuscated URLs, or pass it through VirusTotal's API to make sure it's clean. Once you're finished cleaning up, just tap the big friendly button at the bottom to open it in your preferred browser.

The app is packed with dozens of modules that you can toggle, tweak, and reorder to tailor the scanning experience to your own preferences. I really appreciate how such a simple, easy-to-use app can be such a powerful privacy and security enhancement. It's worth checking out!

Find URLCheck on:

- [GitHub](https://github.com/TrianguloY/UrlChecker)
- [F-droid](https://f-droid.org/packages/com.trianguloy.urlchecker)
- [Google Play](https://play.google.com/store/apps/details?id=com.trianguloy.urlchecker)

=> https://blog.jbowdre.lol/check-urls-on-android-with-urlcheck/ 📡 Originally posted on jbowdre's weblog

0 comments on commit e40250d

Please sign in to comment.