https://github.com/damoscodehub/reddit-my-posts
Tampermonkey script that adds a button to show in the current subreddit only the posts of the logged-in user.
https://github.com/damoscodehub/reddit-my-posts
Last synced: 10 days ago
JSON representation
Tampermonkey script that adds a button to show in the current subreddit only the posts of the logged-in user.
- Host: GitHub
- URL: https://github.com/damoscodehub/reddit-my-posts
- Owner: damoscodehub
- License: mit
- Created: 2026-06-20T00:09:22.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2026-06-20T01:11:27.000Z (29 days ago)
- Last Synced: 2026-06-20T02:19:56.322Z (29 days ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reddit – My Posts in Subreddit
A Tampermonkey userscript that adds a **"My Posts Here"** button to the Reddit header. Click it on any subreddit to instantly open a searchable list of all your posts in that community — including old ones Reddit's own search buries.
Results are powered by [Arctic Shift](https://arctic-shift.photon-reddit.com), a public Reddit archive with full-text search.
---
## Install
1. Install [Tampermonkey](https://www.tampermonkey.net/) for your browser.
2. Click **[Install script](my_posts_in_subreddit.user.js)** — Tampermonkey will open and prompt you to confirm.
---
## How it works
- The button appears in the header on any `reddit.com/r/*` page.
- On click it detects your username (from the page DOM or `/api/me.json`) and opens an Arctic Shift search pre-filtered to your posts in the current subreddit.
- Username is cached in memory for the session so subsequent clicks are instant.
## Requirements
- Must be logged in to Reddit.
- Works on the current Reddit UI (shreddit / new.reddit.com).
---
## License
[MIT](LICENSE)