Description from extension meta
Filter Reddit posts based on user account age, karma, and other criteria
Image from store
Description from store
SETUP:
1. Go to the "Reddit API Config" tab
2. Create a Reddit app at https://www.reddit.com/prefs/apps
3. Click "create another app..." at the bottom
4. Fill in:
• Name: "Reddit Advanced User Filter" (or any name)
• Type: "installed app"
• Redirect URI: "https://example.com/reddit_oauth";
5. Click "create app"
6. Copy the client ID (14-character string under "installed app")
7. Paste into the extension popup
8. Click "Login with Reddit" to authenticate
LIMITATIONS:
Due to Reddit's API restrictions, the extension is subject to the following rate limits:
• 100 queries per minute (QPM) per OAuth client ID
• QPM limits are averaged over a 10-minute window, allowing for some request bursting
• Access Tokens do expire. If you ever see posts not being filtered, you may be rate limited or your token may have expired. Click 'login' again to get a new token.