this post was submitted on 27 Jun 2026
22 points (95.8% liked)

Android

34244 readers
87 users here now

DROID DOES

Welcome to the Android community on Lemmy. Here you can participate in amazing discussions and events relating to all things Android.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules


1. All posts must be relevant to Android devices/operating system.


2. Posts cannot be illegal or NSFW material.


3. No spam, self promotion, or upvote farming. Sources engaging in these behavior will be added to the Blacklist.


4. Non-whitelisted bots will be banned.


5. Engage respectfully: Harassment, flamebaiting, bad faith engagement, or agenda posting will result in your posts being removed. Excessive violations will result in temporary or permanent ban, depending on severity.


6. Memes are not allowed to be posts, but are allowed in the comments.


7. Posts from clickbait sources are heavily discouraged. Please de-clickbait titles if it needs to be submitted.


8. Submission statements of any length composed of your own thoughts inside the post text field are mandatory for any microblog posts, and are optional but recommended for article/image/video posts.


Community Resources:


founded 3 years ago
MODERATORS
 

I have a couple of Firefox derivates on my phone that are only for webapps, for example tumblr.

How do I make it so any tumblr link opens in say Waterfox instead of my default Browser.

In the default section of the setting, Waterfox has the option to open supported links but doesn't have "Open supported web address".

you are viewing a single comment's thread
view the rest of the comments
[โ€“] cobysev@lemmy.world 14 points 23 hours ago (1 children)

I have an app from the F-Droid store called URLCheck. I set it as my default "web browser" and then it intercepts every URL I click with a pop-up menu.

The menu lets me see the URL and breaks it down into various parts, which I can selectively remove if I desire. I primarily use it to remove all tracking tags from links people share. But at the bottom of the menu, there's a drop-down list with all the detected web browsers on your device. You can select a specific web browser before opening the link.

Sure, you may have to manually select the browser every time, but you can guarantee that every Tumblr link opens in Waterfox instead of a default browser. And it gives you a chance to review your URLs before opening them.

Most people have no idea what kind of parameters are attached to links nowadays. I basically just remove the entire "parameters" section of the URL so it takes me straight to the webpage. No tracking, no data collection on where I clicked from, no custom attributes to load on the page. Just take me straight to the link with no extra BS.

Oh, I just noticed it's on the Google Play store now. That's good; with Google threatening to lock down Android to only install from their store later this year, I was worried I wouldn't be able to update URLCheck anymore.

[โ€“] LeapSecond@lemmy.zip 3 points 21 hours ago* (last edited 21 hours ago)

You can even achieve the behavior OP wants with URLCheck. You can add an automation that checks the link against a regex and opens it in a specific app, bypassing the browser selection pop-up. You can copy the Wikipedia example from this repo and replace the app with your preferred browser. And if you set stop: true, you can add another automation below to catch the rest of the urls and set a default browser. So you never have to see the browser selection pop-up if you don't want to.