Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Lemmy Shitpost
  3. PSA on privuhcy

PSA on privuhcy

Scheduled Pinned Locked Moved Lemmy Shitpost
149 Posts 119 Posters 146 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P [email protected]

    XcQ all the way!

    don@lemmy.caD This user is from outside of this forum
    don@lemmy.caD This user is from outside of this forum
    [email protected]
    wrote last edited by [email protected]
    #45

    “XcQ, LINK STAYS BLUE!” 😁

    1 Reply Last reply
    1
    • E [email protected]

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

      subarctictundra@lemmy.mlS This user is from outside of this forum
      subarctictundra@lemmy.mlS This user is from outside of this forum
      [email protected]
      wrote last edited by [email protected]
      #46

      There should be an extension that does this

      A G 2 Replies Last reply
      1
      • fundmecfs@quokk.auF [email protected]
        This post did not contain any content.
        K This user is from outside of this forum
        K This user is from outside of this forum
        [email protected]
        wrote last edited by [email protected]
        #47

        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.

        anzo@programming.devA L 2 Replies Last reply
        25
        • fundmecfs@quokk.auF [email protected]
          This post did not contain any content.
          K This user is from outside of this forum
          K This user is from outside of this forum
          [email protected]
          wrote last edited by
          #48

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

          V 1 Reply Last reply
          19
          • fundmecfs@quokk.auF [email protected]
            This post did not contain any content.
            L This user is from outside of this forum
            L This user is from outside of this forum
            [email protected]
            wrote last edited by
            #49

            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.

            1 Reply Last reply
            0
            • N [email protected]

              I wouldn't call it integral, pagination query parameters can be in the url params just as easily as in the querystring

              lime@feddit.nuL This user is from outside of this forum
              lime@feddit.nuL This user is from outside of this forum
              [email protected]
              wrote last edited by
              #50

              that's very hard to make idiomatic, and if it's in the querystring it's easier to change manually because you can annotate each entry more easily.

              1 Reply Last reply
              1
              • fundmecfs@quokk.auF [email protected]
                This post did not contain any content.
                moosetwin@lemmy.dbzer0.comM This user is from outside of this forum
                moosetwin@lemmy.dbzer0.comM This user is from outside of this forum
                [email protected]
                wrote last edited by
                #51

                hey you, yeah you, you're finally awake

                1 Reply Last reply
                3
                • fundmecfs@quokk.auF [email protected]
                  This post did not contain any content.
                  C This user is from outside of this forum
                  C This user is from outside of this forum
                  [email protected]
                  wrote last edited by
                  #52

                  I just use Firefox focus

                  1 Reply Last reply
                  1
                  • fundmecfs@quokk.auF [email protected]
                    This post did not contain any content.
                    P This user is from outside of this forum
                    P This user is from outside of this forum
                    [email protected]
                    wrote last edited by
                    #53

                    So how about when a link is shared on Lemmy or Reddit or FB? Do the latter strip out the identifiers, or does that one person's reshared post associate them with the clicks of thousands of others?

                    For web links, they'd also be able to find the source from the referrer tags etc

                    J 1 Reply Last reply
                    1
                    • N [email protected]

                      I wouldn't call it integral, pagination query parameters can be in the url params just as easily as in the querystring

                      K This user is from outside of this forum
                      K This user is from outside of this forum
                      [email protected]
                      wrote last edited by
                      #54

                      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.

                      1 Reply Last reply
                      7
                      • K [email protected]

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

                        V This user is from outside of this forum
                        V This user is from outside of this forum
                        [email protected]
                        wrote last edited by
                        #55

                        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.

                        1 Reply Last reply
                        4
                        • dreaming_novaling@lemmy.zipD [email protected]

                          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.

                          Q This user is from outside of this forum
                          Q This user is from outside of this forum
                          [email protected]
                          wrote last edited by
                          #56

                          The way I've always figured it out is by deleting some, then loading the page in a different browser or an incognito window, and repeat until the URL is as minimal as possible, while still loading correctly. For websites you use regularly, you'll figure it out pretty quickly.

                          1 Reply Last reply
                          1
                          • zachariah@lemmy.worldZ [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:

                            J This user is from outside of this forum
                            J This user is from outside of this forum
                            [email protected]
                            wrote last edited by
                            #57

                            Nice try.

                            1 Reply Last reply
                            7
                            • fundmecfs@quokk.auF [email protected]
                              This post did not contain any content.
                              M This user is from outside of this forum
                              M This user is from outside of this forum
                              [email protected]
                              wrote last edited by
                              #58

                              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.

                              1 Reply Last reply
                              2
                              • fundmecfs@quokk.auF [email protected]
                                This post did not contain any content.
                                transdesitrekkie@startrek.websiteT This user is from outside of this forum
                                transdesitrekkie@startrek.websiteT This user is from outside of this forum
                                [email protected]
                                wrote last edited by
                                #59

                                Thank you so much for this notice. I use the copy doesn’t link option in Firefox but when sharing links from other applications it doesn’t have that feature.

                                1 Reply Last reply
                                0
                                • fundmecfs@quokk.auF [email protected]
                                  This post did not contain any content.
                                  dharmacurious@slrpnk.netD This user is from outside of this forum
                                  dharmacurious@slrpnk.netD This user is from outside of this forum
                                  [email protected]
                                  wrote last edited by
                                  #60

                                  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

                                  N L 2 Replies Last reply
                                  1
                                  • E [email protected]

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

                                    D This user is from outside of this forum
                                    D This user is from outside of this forum
                                    [email protected]
                                    wrote last edited by
                                    #61

                                    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"

                                    1 Reply Last reply
                                    2
                                    • fundmecfs@quokk.auF [email protected]
                                      This post did not contain any content.
                                      N This user is from outside of this forum
                                      N This user is from outside of this forum
                                      [email protected]
                                      wrote last edited by
                                      #62

                                      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.

                                      S 1 Reply Last reply
                                      4
                                      • dharmacurious@slrpnk.netD [email protected]

                                        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

                                        N This user is from outside of this forum
                                        N This user is from outside of this forum
                                        [email protected]
                                        wrote last edited by
                                        #63

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

                                        1 Reply Last reply
                                        0
                                        • D [email protected]
                                          • URLCheck
                                          • URLSanitizer

                                          Also relevant:

                                          • LinkSheet
                                          N This user is from outside of this forum
                                          N This user is from outside of this forum
                                          [email protected]
                                          wrote last edited by
                                          #64

                                          Also leon

                                          1 Reply Last reply
                                          1
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups