Most of us are Reddit refugees, and probably clicking more random links than we ever did before on websites we’ve never seen before. This whole experience feels like the old internet, but also throws up insane red flags with a modern internet perspective. What are the cybersecurity weaknesses we should all be looking for, and what are the best practices?

Here’s my reason for posting this. As I search for new communities across instances to follow, I sometimes end up clicking a link and I’m no longer logged in. In the corner, that could be a Sign In link or it could be phishing. It’s likely due to me not understanding how to properly navigate this system, but there’s nothing stopping someone from setting up a sight like this as far as I know.

Thoughts?

  • @Azzu@lemm.ee
    link
    fedilink
    English
    24
    edit-2
    1 year ago

    I won’t get tired of posting this everywhere it applies :D

    I made this userscript, which rewrites all links everywhere (not only on Lemmy) to always point to your home instance. So the link in your comment actually looks like this to me:

    i.e. even though you tried to link to your instance, my script rewrote your link back to my instance so it’s working fine :D

    But of course I can still hover over the icon to see how your link originally looked:

    • Staden_ スタデン
      link
      English
      51 year ago

      Would be nice if third party apps implemented that functionality.

      Or if there were bots that automatically identify those external links and reply to them with a link to the community/post in other popular instances.

    • ScienticianOP
      link
      fedilink
      English
      11 year ago

      This is great, and would make for a super useful Firefox extension.

      • @Azzu@lemm.ee
        link
        fedilink
        English
        21 year ago

        Why would or should this be a Firefox extension when it already runs perfectly well on Firefox?

          • @Azzu@lemm.ee
            link
            fedilink
            English
            3
            edit-2
            1 year ago

            As soon as you’ve installed your preferred user script extension like Violentmonkey it’s as simple as installing addons, you just click the “install” link on the script’s page.

            There are lots of different useful ones.

        • @h34d@feddit.de
          link
          fedilink
          English
          11 year ago

          I’m curious, is there an advantage of running a script over an add-on? Like is it faster or takes less resources? Or did you just happen to code it like that? Not complaining though, it’s been working great for me so far.

          • @Azzu@lemm.ee
            link
            fedilink
            English
            31 year ago

            The advantage is I don’t have to learn how to build an addon. It just runs code which I already can write. There’s also the advantage that any browser can run JavaScript. Idk if any browser can run Firefox (or whatever) extensions.