this post was submitted on 27 Mar 2025
926 points (91.0% liked)

Fediverse memes

1311 readers
174 users here now

Memes about the Fediverse.

Rules

General
Specific

Elsewhere in the Fediverse

Other relevant communities:

founded 7 months ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] PentastarM@midwest.social 28 points 1 month ago (5 children)

I use an app called URLcheck that I've installed via F-Droid. Although it doesn't appear to give me the ability to skip the bluesky redirect action but at least I know it's there I guess.

[–] flamingos@feddit.uk 43 points 1 month ago (3 children)

The best part is that if you inspect elements, it still shows as the original link. They only generate the go link after you clicked.

[–] grrgyle@slrpnk.net 24 points 1 month ago (1 children)

That is so... gross!!! Ugh. Yuck!

[–] psmgx@lemmy.world -2 points 1 month ago (2 children)
[–] MelodiousFunk@slrpnk.net 8 points 1 month ago

Depends on where you fall on the sociopathy spectrum.

[–] grrgyle@slrpnk.net 7 points 1 month ago (1 children)

The former lol. I'm a software dev and I'm ashamed at how we keep making the internet worse by just doing whatever the money tells us to do. It's even worse when we "innovate" for them in this way.

[–] abfarid@startrek.website 6 points 1 month ago (1 children)

That's how Google always worked, btw. But there is one obvious benefit to showing the original URL before you click it, you can hover it to see where the link actually leads before they hijack the click.

[–] RaccoonBall@lemm.ee 5 points 1 month ago

Not always, but for quite a while now

[–] pupbiru@aussie.zone 2 points 1 month ago

that’s also for accessibility, etc so i wouldn’t pin it all on being malicious

[–] v4ld1z@lemmy.zip 11 points 1 month ago (1 children)

URL Checker is an awesome that many more should be using if they're not. It can also remove trackers, redirects and other shenanigans from links before committing to the click

[–] PentastarM@midwest.social 3 points 1 month ago (1 children)

Right? I didn't even know all of the times I've clicked links that had trackers on it before using this app, or to remove amp links and such too. I'm not 100% sure what the "scan" function does however.

[–] ReversalHatchery@beehaw.org 2 points 1 month ago (1 children)

the scan button is added by the url scanner module. it can do a virustotal check

[–] PentastarM@midwest.social 1 points 1 month ago

Ah that's right, forgot.

[–] HjST@programming.dev 11 points 1 month ago

You can use pattern checker to automatically replace the URL with the original one.

"bsky": {
    "regex": "https?:\/\/go.bsky.app\/redirect\\?u=(https?.*?)",
    "replacement": "$1",
    "decode": "true",
    "enabled": "true",
    "automatic": "true"
  }

(it's possible they will add more parameters in future, in which case you may want to restrict the selection to not be essentially anything after u=)

[–] TrojanRoomCoffeePot@lemmy.world 4 points 1 month ago (1 children)

FYI, you need to insert an additional Return ¿ or the text will align with your image's left-hand side and throw off the comment formatting. The extra line of space will either place the text above or below the image instead of on its hip.

[–] PentastarM@midwest.social 2 points 1 month ago (1 children)

Ah okay thanks. Is that true, independent of the app I am using? Reason I ask is that I am currently using Sync, but I'm looking into other apps (Voyager specifically)

[–] TrojanRoomCoffeePot@lemmy.world 2 points 1 month ago (1 children)

I couldn't say with any certainty whether or not your choice of app would affect formatting, or how, as I only use one and it's not Sync.

Theoretically, formatting rules don't vary widely from one program to the next, as it's all pretty standard stuff tracing back to standard practice for publishers' typeset or even typewriters when you get right down to it. The enter key is literally a downward & left-hooked arrow indicative of the advance-page (rotate up and away from user/keyboard to place cursor below already-written text) & return to left margin action on a typewriter, which is what including the space will accomplish in this scenario.

[–] PentastarM@midwest.social 2 points 1 month ago

Ah okay thanks. I'll have to play around with the apps I am trying out then. I switched over to Voyager to reply to this comment, and looking back through the original post, comments and such seems to be rendered better in voyager than sync, and I know it's been a while since sync has been updated, so it may just be a case of that app getting more and more out of date.

In any case, thank you for your reply!

[–] ReversalHatchery@beehaw.org 1 points 1 month ago (1 children)
[–] PentastarM@midwest.social 1 points 1 month ago (1 children)

Depends on what I'm doing, most of the time it's Firefox with noscript running, ad block, privacy badger, decentraleyes, etc. but if I need to log into, say like a bank website, I'll use Samsung Internet. I know it's underpinnings are chromium, but I dunno, feels better than using straight up chrome I guess.

[–] ReversalHatchery@beehaw.org 2 points 1 month ago (1 children)

why not just use firefox for the bank? is the website broken?

[–] PentastarM@midwest.social 1 points 1 month ago (2 children)

I mean I could, I'd have to disable noscript for that site, which isn't hard to do, but since URLcheck just lets me pick which browser I want to use, I'm just being lazy about disabling my Firefox extensions lol

[–] ReversalHatchery@beehaw.org 2 points 1 month ago (1 children)
[–] PentastarM@midwest.social 1 points 1 month ago

Ah neat, thank you!

[–] ReversalHatchery@beehaw.org 1 points 1 month ago

I think you can add per-site exceptions in noscript, so you don't need to disable the whole addon