Closed adriaandotcom closed 2 years ago
These would be the places responsible for URLs that are part of the path:
https://github.com/sblask/webextension-skip-redirect/blob/main/url.js#L45 https://github.com/sblask/webextension-skip-redirect/blob/main/url.js#L25
As you can see only very general rules are supported, some protocols and www
. No way to support your use case.
It's unfortunate it's not possible. But thanks for getting back to me. Appriciated.
New Issue Checklist (tick off like this:
[x]
)What is your browser?
What is your operating system?
Description (please include examples/screenshots where applicable)
postmarkapp.com is using a shortener that has this format:
It contains all data needed for a redirect, in this case, the page redirects to:
I couldn't find in the source code if this is easy to implement, but something like this could work: