Redirector
Redirector copied to clipboard
[bug] unreliable script redirect
I'm working on twitter/nitter embeds right now and setting up a rule to redirect https://platform.twitter.com/widgets.js to my nitter instance only works sometimes.
config
{
"createdBy": "Redirector v3.5.3",
"createdAt": "2022-06-19T23:37:15.611Z",
"redirects": [
{
"description": "",
"exampleUrl": "https://platform.twitter.com/widgets.js",
"exampleResult": "https://nitter.cunnycon.org/js/widgets.js",
"error": null,
"includePattern": "https://platform.twitter.com/widgets.js",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "https://nitter.cunnycon.org/js/widgets.js",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"script"
]
}
]
}
e.g. on https://www.reddit.com/live/18hnzysb1elcs/

On here and here it works fine. On here it doesn't work at all.
This has been tested on firefox nightly (103), firefox (101) and fenix nightly (firefox android; 103).
Behaves equally on chromium

Found the culprit. I see no way to disable this :/