Randomeddit is a lightweight Chrome extension that fetches and displays the top posts from r/showerthoughts using Reddit’s public API. With a single click, users can enjoy insightful and humorous thoughts directly from their browser—no extra permissions required.
- Fetches top posts from r/showerthoughts
- Clean and simple UI
- No user login or additional permissions required
- One-click access via Chrome extension button
Follow these steps to manually add the extension to your browser:
- Open
chrome://extensionsin your Chrome browser. - Enable Developer mode (toggle at the top right).
- Click on Load unpacked.
- Select the entire folder of this GitHub repository.
- The extension should now appear in your toolbar.
- On clicking the extension icon, the extension sends a request to Reddit’s API.
- It retrieves a list of top posts from r/showerthoughts.
- The top content is rendered directly in the extension popup.
- HTML, CSS, JavaScript
- Reddit Public API (no authentication)
- Chrome Extensions API
- Option to choose other subreddits
- Filtering by time (e.g., top daily, weekly, monthly)
- Dark mode toggle
MIT License – see LICENSE for details.

