285
top 50 comments
sorted by: hot top controversial new old
[-] Eheran@lemmy.world 19 points 1 week ago

So annoying to always have to find out how far you can trim a URL before it breaks.

[-] surewhynotlem@lemmy.world 6 points 1 week ago

Typically anything after the "?". That's where the parameters live. There are always exceptions.

[-] Zachariah@lemmy.world 19 points 1 week ago* (last edited 1 week ago)

There are many URLs that require parameters to load a resource (and aren’t necessarily tracking anything). With YouTube’s non-shortened links (for example), the video ID is after the ?, but is usually (but not always) immediately after.

This:
https://m.youtube.com/watch?v=dQw4w9WgXcQ

Can be shortened to:
https://www.youtube.com/watch?v=dQw4w9WgXcQ

But no shorter.

(actually, you can remove the www. but that’s not relevant for illustrating my point)

LOL: thank you Voyager or Lemmy.world for stripping it even from my inline code.

Here’s what I was trying to post:

[-] DeathByBigSad@sh.itjust.works 4 points 1 week ago

I mean that's part of the fun of surfing the web, you get to play a fun puzzle game of "How to Lobotomize a URL"

load more comments (4 replies)
[-] Korhaka@sopuli.xyz 16 points 1 week ago

I usually just do it because shorter links look better than 30 lines of crap

[-] vithigar@lemmy.ca 6 points 1 week ago

Right? The fact that this is an extra bit of tracking information I don't want makes this an easy sell for anyone looking for a reason to do this, but for me it's because it just makes links uglier.

[-] NotSteve_@piefed.ca 15 points 1 week ago

Everything after the ? can be safely removed

This is usually true but but not always. There's often times when a URL query like that is used to choose the page to load. I believe wordpress does this

[-] kungen@feddit.nu 3 points 1 week ago

Only on "I have really bad SEO" kinds of blogs. Query strings have been considered a negative thing for many many years.

[-] lime@feddit.nu 5 points 1 week ago

whuh? querystrings are integral to things like pagination. they are by no means a negative thing.

load more comments (2 replies)
[-] tias@discuss.tchncs.de 2 points 1 week ago

Not everybody cares for SEO BS

load more comments (1 replies)
load more comments (3 replies)
[-] kieron115@startrek.website 13 points 1 week ago* (last edited 1 week ago)

If you're still using firefox, right click -> copy clean link. works most of the time.

edit: on desktop, idk if mobile supports it or not. Good suggestions below though for mobile.

[-] dan@upvote.au 12 points 1 week ago* (last edited 1 week ago)

This is kinda true but also kinda fear mongering. UTM parameters are just to track where you clicked the link from. They're usually not dynamic, and don't contain anything about you personally. The example in the screenshot utm_source=newsletter is probably added to all links in a company's newsletter email, so they can tell that people get to the page via the newsletter.

[-] Shape4985@lemmy.ml 10 points 1 week ago

There is also copy clean link option in firefox and brave

[-] nieminen@lemmy.world 8 points 1 week ago

I use an app called "Leon URL Cleaner" from F-Droid. Does a really good job removing tracking params, and only adds one extra step to sharing a URL.

load more comments (1 replies)
[-] diemartin@sh.itjust.works 8 points 1 week ago
[-] RagingRobot@lemmy.world 8 points 1 week ago

They are called query parameters and they are used for other things as well. So you can remove the ones you see similar to these but sometimes there might be important stuff you need to get the page to load in those parameters.

[-] bandwidthcrisis@lemmy.world 4 points 1 week ago

After removing them (or even if there was nothing to remove) I test out links I'm sending in a private browser window to check that they would work for other people.

[-] JackbyDev@programming.dev 6 points 1 week ago* (last edited 1 week ago)

Not everything after the ? can be removed. Obvious and well known example, YouTube videos use the video as part of the query parameters (on non shortened URLs). https://youtube.com/watch?v=dQw4w9WgXcQ

One small error on an otherwise very useful post! 💜

[-] hacktheegg@programming.dev 5 points 1 week ago

Fun fact, YouTube has backwards comparability for its video links, so https://youtube.com/w/dQw4w9WgXcQ will go to the same video (granted, it will change format to the up to date one, but it is one way to go to a yt video without URL arguments)

[-] rosco385@lemmy.wtf 5 points 1 week ago

I've been using URL Check on Android to clean links of crap like this.

load more comments (1 replies)
[-] Hudell@lemmy.dbzer0.com 5 points 1 week ago

"everything after the ? Symbol can be removed without issue" is a bold statement to make. Reminds me when the TV news had a specialist telling people to look at urls before clicking and check if it ends with ".php" as that would mean it is a virus.

[-] SuluBeddu@feddit.it 3 points 1 week ago

Difference being that the ? in URLs separates the resource from additional information

So unless some website decides to identify the resource in those query field (for example search results pages in a web search), you are generally safe

In any case, messaging apps will try to navigate to the site to create a caption for your message, and that can be a way to check if it works or not

[-] Samsy@lemmy.ml 5 points 1 week ago* (last edited 1 week ago)

There are URL shortener Apps on F-Droid. Simple share the link to this app and get a short link without this privacy mess.

[-] dharmacurious@slrpnk.net 4 points 1 week ago

Most of my internetin' is done on mobile, because I'm very rarely at my desk, and when I am, I'm normally working on school. Are there any solutions to handling this easily on mobile without having to manually erase part of the pasted link when I go to send it to someone? A few people have mentioned that's it's not 100% guaranteed that the anything after ? Is worthless, so I don't know how to ensure I'm not breaking a link

[-] nieminen@lemmy.world 3 points 1 week ago

I posted a comment above, but if you're android, check out leon. Super easy to use.

load more comments (1 replies)
[-] MissingInteger@lemmy.zip 4 points 1 week ago

Add this URL Shortener filterlist to uBlock Origin.
This removes the fast majority of these query parameters.

[-] qarbone@lemmy.world 2 points 1 week ago

I honestly couldn't determine if it was a typo or not, but it's not "fast" but "vast majority."

[-] Sidhean@lemmy.blahaj.zone 2 points 1 week ago

my brain autocorrected it to "vast," but I like "fast majority" as a phrase

load more comments (2 replies)
[-] gerald_eliasweb@reddthat.com 4 points 1 week ago

I did not know what those were for before seeing this but I remeber seeing "source=chat_gpt" next to a link to a source in a news article and thought that it was odd.

[-] gizmonicus@sh.itjust.works 4 points 1 week ago

I usually change the parameters to things like utm_source=yourmom, just for kicks.

[-] don@lemmy.ca 3 points 1 week ago

You all got Rick-rolled btw

load more comments (3 replies)
[-] rumba@lemmy.zip 3 points 1 week ago
[-] MacNCheezus@lemmy.today 3 points 1 week ago

Why is this a shitpost? It's absolutely correct and factual.

[-] some_kind_of_guy@lemmy.world 2 points 1 week ago

Must be the giant red circles and mixed fonts

[-] echodot@feddit.uk 2 points 1 week ago

It is correct and factual. Unfortunately it doesn't really explain anything. There's plenty of situations where you wouldn't want to delete content because they are necessary for functionality.

[-] over_clox@lemmy.world 2 points 1 week ago* (last edited 1 week ago)

This belongs more on Technology and Privacy communities.

For Android users at least, I recommend the Léon URL Cleaner app, when you share a link from many common sources to the URL Cleaner, it removes all that tracking shit for you, and copies the cleaned link to the clipboard.

load more comments (2 replies)
[-] Puddinghelmet@lemmy.world 2 points 1 week ago

Time to put new privacy laws in place or force politicans to do it

[-] Memetic@lemmy.ca 2 points 1 week ago

It’s not always nefarious.

I work for a non-profit. Sometimes it’s helpful to understand the click rate on a mass message.

We don’t provide data to third parties and use a self-hosted oss analytics platform.

So I think folks should understand tracking and manage it but it’s not all bad. Just almost always bad. Really bad.

Worse: a lot of links can’t be fixed or modified since they use click-through services to obscure the destination.

[-] MonkderVierte@lemmy.zip 2 points 1 week ago

Legitimate concern, called URL tracking. There's browser extensions for that.

[-] Rubanski@discuss.tchncs.de 2 points 1 week ago

This tip really doesn't let me down, turns around and desert me

[-] moosetwin@lemmy.dbzer0.com 2 points 1 week ago

hey you, yeah you, you're finally awake

[-] SkunkWorkz@lemmy.world 2 points 1 week ago

Add made up data to those parameters. Like source=ericsschmidtspedoisland

load more comments
view more: next ›
this post was submitted on 26 Jul 2025
285 points (99.0% liked)

Lemmy Shitpost

33651 readers
1224 users here now

Welcome to Lemmy Shitpost. Here you can shitpost to your hearts content.

Anything and everything goes. Memes, Jokes, Vents and Banter. Though we still have to comply with lemmy.world instance rules. So behave!


Rules:

1. Be Respectful


Refrain from using harmful language pertaining to a protected characteristic: e.g. race, gender, sexuality, disability or religion.

Refrain from being argumentative when responding or commenting to posts/replies. Personal attacks are not welcome here.

...


2. No Illegal Content


Content that violates the law. Any post/comment found to be in breach of common law will be removed and given to the authorities if required.

That means:

-No promoting violence/threats against any individuals

-No CSA content or Revenge Porn

-No sharing private/personal information (Doxxing)

...


3. No Spam


Posting the same post, no matter the intent is against the rules.

-If you have posted content, please refrain from re-posting said content within this community.

-Do not spam posts with intent to harass, annoy, bully, advertise, scam or harm this community.

-No posting Scams/Advertisements/Phishing Links/IP Grabbers

-No Bots, Bots will be banned from the community.

...


4. No Porn/ExplicitContent


-Do not post explicit content. Lemmy.World is not the instance for NSFW content.

-Do not post Gore or Shock Content.

...


5. No Enciting Harassment,Brigading, Doxxing or Witch Hunts


-Do not Brigade other Communities

-No calls to action against other communities/users within Lemmy or outside of Lemmy.

-No Witch Hunts against users/communities.

-No content that harasses members within or outside of the community.

...


6. NSFW should be behind NSFW tags.


-Content that is NSFW should be behind NSFW tags.

-Content that might be distressing should be kept behind NSFW tags.

...

If you see content that is a breach of the rules, please flag and report the comment and a moderator will take action where they can.


Also check out:

Partnered Communities:

1.Memes

2.Lemmy Review

3.Mildly Infuriating

4.Lemmy Be Wholesome

5.No Stupid Questions

6.You Should Know

7.Comedy Heaven

8.Credible Defense

9.Ten Forward

10.LinuxMemes (Linux themed memes)


Reach out to

All communities included on the sidebar are to be made in compliance with the instance rules. Striker

founded 2 years ago
MODERATORS