threadclient
threadclient copied to clipboard
Support reddit.com/s urls
trafficstars
Reddit shortlinks go here now so lots of links in comments are broken
May not be possible without an extension:
- new reddit has migrated off of react and no longer exposes clientside routing in the same way (they still have it somewhat, but putting a random url in history and going back() to it doesn't do anything)
- new reddit opens these in a new tab and does not go through any clientside logic
- these links maybe can only be generated on mobile
- response headers from the redirected page have some interesting information, but we can't it because of cors