• @[email protected]
    link
    fedilink
    English
    21 year ago

    I thought about writing a few userscripts to fix some minor things I was dealing with… However, I really should checkout the source for lemmy-ui first. Maybe I could help out there.

    As for the backend… it’s Rust all the way down right?

    • @[email protected]OP
      link
      fedilink
      English
      21 year ago

      userscripts are great for proof of concept to show off and let people test it. However, can userscripts work across so many domains that lemmy instances are on? Maybe a list of domains has to be maintained in the userscript?

      Any particular things you thought you might fix with userscripts?

      • @[email protected]
        link
        fedilink
        English
        2
        edit-2
        1 year ago

        Good points there.

        Maybe this has some issues I hadnt thought about yet. I was thinking, in comments, certain Lemmy links should be rewritten so you load them on your own instance and can actually interact.

        Like if a link is ‘[email protected]’, rewrite it to ‘usersinstance.tld/c/[email protected]’ However, I guess if a community hasn’t been discovered by that instance yet it would 404.

        Obviously I haven’t looked at the source or even activity pub spec so just thinking blindly.