Find posts/comments of someone on reddit if the profile is disabled or hidden
🌐 Live: prajwal-56.github.io/redDoz
coz why not ?
- 🔎 Username search — enter any Reddit username (for instance
u/spezor justspez) - 🗂️ Filter by type — All, Posts, or Comments
- 🕐 Time filters — Any time, Last 24h, Week, Month, or Year
- 📌 Subreddit scope — narrow results to a specific subreddit
- 📋 Copy shareable link — share a direct redDoz URL for any user
- 🕙 Recent searches — last 5 searches stored locally in your browser
- 🔗 Deep linking — open
prajwal-56.github.io/redDoz/usernameto auto-search on load
redDoz simply constructs a Google dork query with the username and opens it in a new tab:
site:reddit.com "username"
site:reddit.com/r/privacy "username"
site:reddit.com "submitted by username" ← Posts mode
No backend, no tracking. Everything runs in the browser.
Just open index.html in your browser — no build step needed.
git clone https://github.com/prajwal-56/redDoz.git
cd redDoz
open index.html # or: xdg-open index.html on LinuxredDoz doesn't access Reddit's API or store any data. All searches are redirected to Google Search. Use responsibly.