• jaybone@lemmy.world
      link
      fedilink
      English
      arrow-up
      25
      ·
      1 day ago

      They seem to be blocking access from certain IPs and VPNs (if not logged in?) Which is funny because some of these VPNs are not really hiding anything. Like my work VPN which I would think makes it pretty obvious which company I work for. Annoying when search results link to reddit content.

      • Hubi@feddit.org
        link
        fedilink
        English
        arrow-up
        18
        ·
        1 day ago

        You can use this script with a browser addon like Tampermonkey to get around the sign-in requirement:

        // ==UserScript==
        // @name         reddit - unblock (create cookie and reload)
        // @namespace    Violentmonkey Scripts
        // @match        *://*.reddit.com/*
        // @grant        none
        // @version      2024-01-08
        // @noframes
        // @license      MIT License
        // @description  for "Blocked" "whoa there, pardner!" cowboy bs
        // ==/UserScript==
        /* thanks: https://www.reddit.com/r/mullvadvpn/comments/18jbxb2 */
        if (document.title === "Blocked") {
          document.cookie="reddit_session=;Domain=.reddit.com;Path=/;Expires=;Secure=true;SameSite=None";
          window.location.reload();
        }
        
    • Fluffy Kitty Cat@slrpnk.net
      link
      fedilink
      English
      arrow-up
      4
      ·
      19 hours ago

      Without anonymity it is in fact pointless. Pseudo anonymity is extremely useful I basically won’t go anywhere without it. That’s definitely a feature we should advertise to people, you can actually be anonymous