From c4d023c2a17bc243a864ca41208426de0917491e Mon Sep 17 00:00:00 2001 From: jbowdre Date: Wed, 19 Jun 2024 22:07:03 +0000 Subject: [PATCH] convert Markdown post to Gempost --- .../check-urls-on-android-with-urlcheck.gmi | 24 +++++++++++++++++++ .../check-urls-on-android-with-urlcheck.yaml | 4 ++++ .../check-urls-on-android-with-urlcheck.md | 16 ++++++------- 3 files changed, 36 insertions(+), 8 deletions(-) create mode 100644 gemlog/check-urls-on-android-with-urlcheck.gmi create mode 100644 gemlog/check-urls-on-android-with-urlcheck.yaml rename markdown/{incoming => }/check-urls-on-android-with-urlcheck.md (99%) diff --git a/gemlog/check-urls-on-android-with-urlcheck.gmi b/gemlog/check-urls-on-android-with-urlcheck.gmi new file mode 100644 index 0000000..5fec7e2 --- /dev/null +++ b/gemlog/check-urls-on-android-with-urlcheck.gmi @@ -0,0 +1,24 @@ +I was recently introduced to a cool little open-source Android utility for checking/manipulating links before you visit. You just set URLCheck[1] as your default browser / link handler, and then tapping on a link will open URLCheck as an intermediary. + +=> https://github.com/TrianguloY/UrlChecker 1: URLCheck + +2-dialog[1] + +=> https://bear-images.sfo2.cdn.digitaloceanspaces.com/jbowdre-1718834165.png 1: 2-dialog + +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[1] +=> https://github.com/TrianguloY/UrlChecker 1: GitHub + +- F-droid[1] +- Google Play[2] + +=> https://f-droid.org/packages/com.trianguloy.urlchecker 1: F-droid +=> https://play.google.com/store/apps/details?id=com.trianguloy.urlchecker 2: Google Play + +=> https://blog.jbowdre.lol/check-urls-on-android-with-urlcheck/ 📡 Originally posted on jbowdre's weblog diff --git a/gemlog/check-urls-on-android-with-urlcheck.yaml b/gemlog/check-urls-on-android-with-urlcheck.yaml new file mode 100644 index 0000000..3e4c169 --- /dev/null +++ b/gemlog/check-urls-on-android-with-urlcheck.yaml @@ -0,0 +1,4 @@ +id: "urn:uuid:1ca60a11-ade7-4e51-8b7a-7b5b3b5686e5" +title: "Check URLs on Android with URLCheck" +published: "2024-06-19T22:04:33.303560Z" +updated: "2024-06-19T22:04:33.303560Z" diff --git a/markdown/incoming/check-urls-on-android-with-urlcheck.md b/markdown/check-urls-on-android-with-urlcheck.md similarity index 99% rename from markdown/incoming/check-urls-on-android-with-urlcheck.md rename to markdown/check-urls-on-android-with-urlcheck.md index 969b491..510c455 100644 --- a/markdown/incoming/check-urls-on-android-with-urlcheck.md +++ b/markdown/check-urls-on-android-with-urlcheck.md @@ -1,9 +1,9 @@ ---- -title: "Check URLs on Android with URLCheck" -published: "2024-06-19T22:04:33.303560Z" -updated: "2024-06-19T22:04:33.303560Z" ---- - +--- +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) @@ -16,6 +16,6 @@ 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) - +- [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