redditIQ is a lightweight browser extension for Chromium browsers (Chrome, Edge, Brave) that scores and tags Reddit posts for quality.
- Download the repo
- Option A: Clone
git clone https://github.com/lor3nzo/redditIQ.git
cd redditIQ- Option B: Download ZIP
- Click the green Code button on GitHub
- Choose Download ZIP
- Unzip it somewhere permanent (your browser loads the extension from that folder)
- Open the Extensions page
- In Chrome: go to
chrome://extensions - In Brave: go to
brave://extensions - In Arc: go to
chrome://extensions
- Enable Developer mode
- Toggle Developer mode on (top right)
- Load the extension
- Click Load unpacked
- Select the project folder that contains
manifest.json
- Test it
- Open
https://www.reddit.com - Refresh the page
- You should see redditIQ scores or tags appear on posts
-
Download the repo (clone or ZIP, same as above)
-
Open the Extensions page
- Go to
edge://extensions
- Enable Developer mode
- Toggle Developer mode on
- Load the extension
- Click Load unpacked
- Select the project folder that contains
manifest.json
- Test it
- Open
https://www.reddit.com - Refresh the page
- If you cloned the repo:
git pull- After any update, go to your extensions page and click Reload on the redditIQ card, then refresh Reddit.
- Extension loads but nothing changes on Reddit
- Refresh the Reddit tab
- Make sure the extension is enabled
- On
chrome://extensions, open Details for redditIQ and confirm it has access toreddit.com - Open Inspect views (service worker or popup) and check the Console for errors
GPL-3.0. See LICENSE.