So annoying to always have to find out how far you can trim a URL before it breaks.
Lemmy Shitpost
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/Explicit
Content
-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
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
Typically anything after the "?". That's where the parameters live. There are always exceptions.
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:
Nice try.
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"
Happy cake day
There should be an extension that does this
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
Only on "I have really bad SEO" kinds of blogs. Query strings have been considered a negative thing for many many years.
whuh? querystrings are integral to things like pagination. they are by no means a negative thing.
I wouldn't call it integral, pagination query parameters can be in the url params just as easily as in the querystring
Pagination query params can be in the URL params, but that’s not normal at all. They’re pretty much always use query params, and it’s very reasonable to do so. Filtering, search, and pagination all typically go in query params.
Not everybody cares for SEO BS
WordPress uses a taxonomic system you choose with a mix of the Settings page and how you organize your template hierarchy. To my knowledge there is no out of the box query url functionality in the core system.
There is. ?s=
for a search, and you can combine it with other parameters such as date or taxonomy terms.
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.
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.
Yep!
Only thing I want to see after a ? in a youtube url is t=4m20s
personally i like v=aO82NftCga to be in there as well
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.
This belongs more on Technology and Privacy communities.
I guess it was posted here to reach a broader audience.
I'm upset, the tech and privacy communities need to step it up cause I've never seen this fact. I kinda knew URLs had a lot of junk, but I never knew what could be removed.
hey you, yeah you, you're finally awake
ClearURLs was my go to on Firefox, I think it's still great but it gave me trouble on a couple of sites because it modified the url in the address bar (it was like AliExpress and shopee, Chinese e-commerce sites that look like a web dev vomited, so I hardly blame ClearURLs)
Firefox also now has "copy clean link" when you right click the url bar which also works great.
Thanks. I didn't know about that. Although I tried doing it and the option was grayed out. Any idea what might be wrong? Do I need to change a setting or something? This was on youtube.
I don't think YouTube actually has tracking parameters in the url normally, but if you use the share button then the youtu.be link will include the video ID as well tracking. But it looks like you can kinda use it there too if you select the link with tracking, it seems to detect that it's a link and offers the clean link option when you right click it.
If you go to an Amazon item page then you should see it available when right clicking the address bar.
If you run across a link with a regular "?utm_source=.." , that can not tell people anything about you. It simply tells the website "register one click onto this article coming from this specific newsletter we sent out". It does not tie this information to you.
With other tracking things, what is described here is absolutely possible though.
You all got Rick-rolled btw
XcQ all the way!
“XcQ, LINK STAYS BLUE!” 😁
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
Firefox mobile has plenty of add-ons that will just remove it for you
I always do this when I post YouTube links. Be damned if I want to be associated with you lot! (Seriously though, it’s a good idea to do)
Just a reminded, if you have the Clipboard Manager called Ditto
You can strip those right out of your pasted URLs, even many at once !
(for windows users, for linux there is https://github.com/farzher/clipman but it lacks that particular feature at this time )
Thing I find funny is when the url seems to indicate you came from an email or something. Now if I share it, anyone who clicks will also count as coming from an email. Dumass ruining your own statistics
Brave for iOS has the Copy Clean Link option. There’s GNAT Cleaner from the App Store but I’ve never used it.
I tried adding screenshots but I haven’t been able to upload photos in almost a week.
This is so important, too many people don’t know about this.
But still this is not shitposting. God .world sucks. Ble