# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 6
# self = https://watcher.sour.is/conv/mb2mkva
Hahaha, brilliant! https://scrolller.com/snip-off-yer-damned-ends-3kvk3v18hb And with that I'm off to bed. https://scrolller.com/yeah-yeah-right-it-s-not-my-first-core-sample-drv0r837k3
@lyse WTF!
Completely off topic: I was hoping to make a redirect rule for Scrolller to Libreddit, but it seems their post IDs are just random.

I did find that the original path on Reddit is in the page inside a stringified JSON object as a global variable defined in a script element. JSON.parse(window.scrolllerConfig).item.redditPath will return the path.

I suppose this could be done with a userscript, but the whole point is to not load the Scrolller page. Interestingly, the first one you posted has been deleted from Reddit.
Completely off topic: I was hoping to make a redirect rule for Scrolller to Libreddit, but it seems their post IDs are just random.

I did find that the original path on Reddit is in the page inside a stringified JSON object as a global variable. JSON.parse(window.scrolllerConfig).item.redditPath will return the path.

I suppose this could be done with a userscript, but the whole point is to not load the Scrolller page. Interestingly, the first one you posted has been deleted from Reddit.
@mckinley In the past I was on the brink to write my own frontend, haven't found any time so far, though. The Scrolller GraphQL API works without API keys. Just not sure if it is documented somewhere or if I have to reverse-engineer it.

Hmm, I can still see both images. Maybe you accidentally scrolled and switched to another one that's now missing. So here are the plain images: https://images.scrolller.com/zepto/snip-off-yer-damned-ends-bpijdq67wv-750x750.jpg and https://images.scrolller.com/atto/the-more-i-look-the-worse-it-gets-brrgaso9h0-640x1152.jpg
@mckinley Oh, you meant removed from Reddit. Nevermind.