“Sovereign Citizens” license plates

Just as a reminder, Twitter threads are utterly useless for people who can’t/don’t log in to Twitter. It’s very unfortunate. Single tweets are fine (for now).

1 Like

I use Nitter as an alternative frontend:
https://xcancel.com/egavactip/status/1819837266715435384

Redirect rule for Request Control Addon

Request Control Addon for Firefox.

It includes a way to prevent the redirection (add ?nr to the URL).

[
  {
    "uuid": "240cdf64-b08d-4a5e-a40a-7977533f5bd0",
    "pattern": {
      "scheme": "*",
      "host": [ "twitter.com", "x.com" ],
      "path": [ "*" ],
      "excludes": [ "/\\?nr(=?)/" ]
    },
    "types": [ "main_frame" ],
    "action": "redirect",
    "active": true,
    "title": "%7Bc%7D%20Twitter%20-%20Redirect%20to%20nitter",
    "redirectUrl": "https://xcancel.com{pathname}"
  }
]

EDIT: This message was intended as a reply to @akkartik’s comment.

1 Like