-
Notifications
You must be signed in to change notification settings - Fork 158
Home
Ryan Delaney edited this page Jan 3, 2024
·
2 revisions
Welcome to the Redirector wiki!
To share example redirects:
- Open Redirector.
- Click "Export". Save to file, and open the file in a text editor.
- Remove redirects other than the one you want to share.
- Copy what's left into a fenced code block, like so:
```json
{
"createdBy": "Redirector v3.5.3",
"createdAt": "2024-01-03T15:44:32.750Z",
"redirects": [
{
"description": "Skip mail click tracking from postmark",
"exampleUrl": "https://click.pstmrk.it/2sm/itch.io%2Fbundle%2Fdownload%2F75iXAuKufgkn8z6tRamjymQtK6Wg_ict__RXOL4r",
"exampleResult": "https://itch.io/bundle/download/75iXAuKufgkn8z6tRamjymQtK6Wg_ict__RXOL4r/",
"error": null,
"includePattern": "https://click.pstmrk.it/*/*",
"excludePattern": "",
"patternDesc": "postmark.app is a click tracking service for bulk email",
"redirectUrl": "https://$2/",
"patternType": "W",
"processMatches": "urlDecode",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
}
]
}
```