I’m curious about redirecting my Lemmy instance from https://lemmy.world/home/data_type/Post/listing_type/All/sort/New/page/1 to …/0 so that it stops scrolling. Another example; in the past I wanted a way to redirect www•reddit to old•reddit. I do stuff like this in a bash terminal all the time with terminal commands. What are the easiest techniques to achieve similar results in browsers? Obviously I’m asking for the same abstract functionality as a bash alias. I’m not thinking bash works in a browser or anything dumb like that.

    • @j4k3OP
      link
      21 year ago

      The primary device runs a privacy hardened version of chromium without extensions (Graphene/Vanadium). It also runs most traffic through an OpenWRT fork on a router. I’m just not sure how to create a network filter with redirection or what this is called in the correct terminology, or what other techniques exist.

      You probably are unable to tag/mention the user because beehaw is defederated from .world and I created this post from a .world user account.

      • @[email protected]
        link
        fedilink
        31 year ago

        The mentioned Redirector extension does exactly what you’re asking. If you want a solution without a browser extension though, I really don’t know what you can do.

      • @[email protected]
        link
        fedilink
        21 year ago

        If you’re open to using extensions, u can use iceraven, it’s a firefox fork that allows more extensions and tries to make it more compatible with them, although they might not work. I just checked and redirector that was mentioned on the other comment is available there. I use it as my primary mobile browser.

        https://github.com/fork-maintainers/iceraven-browser

  • Kotton
    link
    fedilink
    41 year ago

    Qutebrowser…? Pretty sure you want qutebrowser

    • @[email protected]
      link
      fedilink
      41 year ago

      This is tricky because I’m pretty sure lemmy is using history.pushState to change the URL and not actually navigating there in the traditional manner so you can’t really expect the script to run unless you refresh the page or paste the URL in directly.

  • @drcarrot
    link
    31 year ago

    Probably a browser extension. Or you could use a reverse proxy to make that change, especially if you run your own Lemmy instance

  • @Kiowa
    link
    -2
    edit-2
    1 year ago

    deleted by creator