diff --git a/markdown/incoming/check-urls-on-android-with-urlcheck.md b/markdown/incoming/check-urls-on-android-with-urlcheck.md new file mode 100644 index 0000000..969b491 --- /dev/null +++ b/markdown/incoming/check-urls-on-android-with-urlcheck.md @@ -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 \ No newline at end of file