mirror of
https://github.com/jbowdre/capsule.git
synced 2024-11-09 16:32:18 +00:00
New entry via EchoFeed
This commit is contained in:
parent
661019ae86
commit
e40250dab6
1 changed files with 21 additions and 0 deletions
21
markdown/incoming/check-urls-on-android-with-urlcheck.md
Normal file
21
markdown/incoming/check-urls-on-android-with-urlcheck.md
Normal file
|
@ -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
|
Loading…
Reference in a new issue