Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CR
Posts
9
Comments
97
Joined
2 yr. ago

  • javascript:location.href=location.href+‘&sp=CAASAhAB’;

    In firefox, you can also add a keyword to this shortcut (e.g.: yt):

    https://www.youtube.com/results?search_query=%s&sp=CAASAhAB

    Then you can use it from the search bar like yt testing and it will redirect you to this URL (replacing %s with testing):

    https://www.youtube.com/results?search_query=testing&sp=CAASAhAB

    EDIT: and a fancier option is to use Redirector, Request Control (or similar) to create a redirection from YT searches without the CAASAhAB query param to the one with it.

  • I have a slow connection, so privacy.partition.network_state = false was a game changer. It prevents firefox to re-download an image (or video, or whatever) when you open it in a new tab (State Partitioning in Mozilla docs).

    Warning: the main goal of State Partitioning is to prevent cross-site tracking, so this option will make that easier. In my case it's worth it and I mitigate that by other means, but you should be aware of it.

  • not the user who you were replying to

    if a whole nation would be moved onto my homeland, and from now on it wouldn’t be my homeland, but theirs. Is that how it worked?

    The thing is... that describes the situation of multiple existing countries (USA, ahem) and, if you go back enough in history, probably almost every country in the world.

  • I looked for other usercripts I found Lemmy Image Expand, which seems to work a lot better!

    Good catch! We are in the very early days of the fediverse. We should expect it to be a bit clumsy for a while. The good part is that things will probably improve a lot soon :).

  • TL;DR: Solved by deleting all cookies, there was a duplicated jwt cookie, thank you very much!

    Maybe clear site data / cookies for lemmy.world in Firefox?

    I thought I had already done that... I'm happy I forgot to say because I looked at the Storage > Cookies section and I saw 2 jwt with different values.

    Could maybe be some kind of front-end bug where it’s using your previous token for some reason?

    That's exactly what was happening (because the duplicated jwt cookie, probably). I saw that the first characters of the token were the same, but didn't really checked the rest. My bad!

    (And don’t post the tokens here - they could be used to hijack your account :) )

    Yeah, important advice. That's why I blacked it out on the screenshot.

    Thanks again!