im a lemmy user yay

  • 6 Posts
  • 31 Comments
Joined 1 year ago
cake
Cake day: June 28th, 2023

help-circle








  • RedStrider@lemmy.worldtoMicroblog Memes@lemmy.worldMozilla be like:
    link
    fedilink
    English
    arrow-up
    27
    arrow-down
    1
    ·
    10 days ago

    Don’t get me wrong, I think what Mozilla did is absolutely stupid. But unless it’s spying on you as you browse or whatever, how is this a problem? From what I see here in Developer Edition, it just iframes the chat window and docks it in a sidebar. It’s just bloat for people who don’t use it, or turn it off, and an upgrade for people who will use it.

    My only problem with it is that this kind of stuff should be an add-on.















  • if you replace the www.reddit part of the link with farside.link/libreddit it will send you to a random frontend instance.

    this means no ads, no js, no trackers, and probably none of this.

    to do this you’ll need a browser extension. try this one: https://addons.mozilla.org/en-US/firefox/addon/redirector/ (couldn’t find this one for chrome but you can choose another)

    if you used the extension i gave you you can import below as a plaintext in the settings.

    redirect.txt
    {
        "redirects": [
            {
                "description": "",
                "exampleUrl": "https://www.reddit.com/r/example",
                "exampleResult": "https://farside.link/libreddit/r/example",
                "error": null,
                "includePattern": "https://www.reddit.com*",
                "excludePattern": "",
                "patternDesc": "",
                "redirectUrl": "https://farside.link/libreddit$1",
                "patternType": "W",
                "processMatches": "noProcessing",
                "disabled": false,
                "grouped": false,
                "appliesTo": [
                    "main_frame",
                    "sub_frame"
                ]
            },
            {
                "description": "",
                "exampleUrl": "https://old.reddit.com/r/example",
                "exampleResult": "https://farside.link/libreddit/r/example",
                "error": null,
                "includePattern": "https://old.reddit.com*",
                "excludePattern": "",
                "patternDesc": "",
                "redirectUrl": "https://farside.link/libreddit$1",
                "patternType": "W",
                "processMatches": "noProcessing",
                "disabled": false,
                "grouped": false,
                "appliesTo": [
                    "main_frame",
                    "sub_frame"
                ]
            }
        ]
    }