Harry Plopper
deslop from your phone's share sheet
Android
📲 Add Plopper to the share sheet
- Open plopit.uk in Chrome on your Android phone.
- Tap the ⋮ menu → Add to Home screen / Install app.
- Now open any post in X, LinkedIn, Reddit, Instagram, Chrome, etc., tap Share, and pick Plopper.
- Plopper grabs the shared text/link, scores it, and opens the report — ready to share.
No account, no app store. The install just registers the share target.
iPhone / iPad
🍎 Build the Deslop Shortcut
iOS doesn't support web share targets, so use the built-in Shortcuts app. Takes about a minute.
- Open Shortcuts → tap + → Add Action.
- Search Receive and add Receive input from Share Sheet. Set it to accept Text, URLs, Safari web pages.
- Add Get Text from Input (or Get Dictionary Value if you want the URL).
- Add Get Contents of URL and configure it:
URL: https://plopit.uk/api/jobs
Method: POST
Headers: Content-Type = application/json
Request Body: JSON
text = (the Shortcut Input variable)
- Add Get Dictionary Value for the key
jobId from the Contents of URL result.
- Add Open URLs with
https://plopit.uk/ followed by the jobId variable.
- Name it Deslop and tap Done. In the shortcut's settings, turn on Show in Share Sheet.
Then from any app: Share → Deslop. The report opens in Safari.
Either platform
🔗 Just want the API?
The same endpoint powers everything. CORS is open, so you can call it from anywhere.
POST https://plopit.uk/api/jobs
Content-Type: application/json
{ "text": "…the thing you want to deslop…" }
→ { "jobId": "…", "url": "/…", "redirect": "/…" }