PSA on privuhcy
-
This post did not contain any content.
This is so important, too many people don’t know about this.
But still this is not shitposting. God .world sucks. Ble
-
This post did not contain any content.
Yep!
Only thing I want to see after a ? in a youtube url is t=4m20s
-
You all got Rick-rolled btw
XcQ all the way!
-
This post did not contain any content.
I am pretty sure firefox let's you remove trackers from url.
-
This post did not contain any content.
firefox has a right click option to remove those
-
I am pretty sure firefox let's you remove trackers from url.
wrote last edited by [email protected]yup, its a right click option
-
Typically anything after the "?". That's where the parameters live. There are always exceptions.
wrote last edited by [email protected]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:
-
This post did not contain any content.
I'm on mobile so I will have to drop a link later (if ever)
but do a websearch for the utility link cleaner
It's awesome. Thank me later.
-
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.
-
This post did not contain any content.
I made a Firefox plugin that does this for you on YouTube. It's called "YouTube Clean Share" if anyone is interested
-
This post did not contain any content.
Could maybe have a bit of fun randomising those strings.
-
Only on "I have really bad SEO" kinds of blogs. Query strings have been considered a negative thing for many many years.
Not everybody cares for SEO BS
-
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
Sometimes I'll post a picture straight from a duckduckgo search, and it doesn't work without the stuff after the ?
(I'm also not sure how long the url is valid for, so I try not to do this too often)
-
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.
-
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
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.
-
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
-
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.
-
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.
Firefox also now has “copy clean link” when you right click the url bar which also works great.
I am an avid and exclusive user of Firefox and I never discovered this because it never would have occurred to me in a million years to right click the URL bar for any reason. So I'll be damned; there it is. (I always just lasso the relevant part myself and hit ctrl + c.)
-
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. -
whuh? querystrings are integral to things like pagination. they are by no means a negative thing.
wrote last edited by [email protected]I wouldn't call it integral, pagination query parameters can be in the url params just as easily as in the querystring