threadclient icon indicating copy to clipboard operation
threadclient copied to clipboard

Support reddit.com/s urls

Open pfgithub opened this issue 1 year ago • 1 comments
trafficstars

Reddit shortlinks go here now so lots of links in comments are broken

pfgithub avatar Mar 05 '24 15:03 pfgithub

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

pfgithub avatar Feb 11 '25 20:02 pfgithub