Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/toolbox-team/reddit-moderator-toolbox/llms.txt

Use this file to discover all available pages before exploring further.

The Notifier module runs in the background and periodically checks your modqueue, unmoderated queue, unread messages, and new modmail. When new items are detected it updates the counters in the Mod Bar, fires browser notifications, and optionally plays a sound. It is enabled by default and works across all subreddits you moderate without requiring any per-subreddit setup.

How polling works

On every poll cycle the Notifier fetches counts from the Reddit API for each queue you have configured. It compares the new counts against the values stored from the previous cycle and fires notifications only when a count has increased. Results are cached in extension storage so the Mod Bar counters survive page navigation without an additional network request.
The default poll interval is 1 minute. Reducing it increases API request frequency. Reddit’s rate limits apply — very short intervals may cause requests to fail silently.

Notification types

Message notifications

Fires a browser notification when your unread inbox count increases. By default the notification links directly to the message thread; enable Link to unread to send the click to /message/unread/ instead.

Modqueue notifications

Fires a browser notification when the modqueue count for your configured subreddit multireddit increases. Links to the modqueue feed.

Unmoderated notifications

Fires a browser notification when the unmoderated queue count increases. Disabled by default. Enable with Get unmoderated queue notifications.

Sound alerts

Plays an audio chime when a new message notification fires. Disabled by default. Use the Sample sound action in settings to preview the chime before enabling it.

Configuring subreddit feeds

By default the Notifier monitors r/mod, which covers every subreddit you moderate. You can scope each counter to a different multireddit by entering its path in the corresponding setting.
1

Set the modqueue feed

Enter the multireddit path (e.g. mod or mymod+mysub2) in Multireddit for modqueue counter. Enable Use /f/mod/about/modqueue/ to use the newer feed-based URL instead.
2

Set the unmoderated feed

Enter the multireddit path in Multireddit for unmoderated counter. Enable Use /f/mod/about/unmoderated/ to use the feed-based URL.
3

Adjust the poll interval

Change Interval to check for new items (in minutes) under advanced settings. The default is 1. Lower values poll more frequently at the cost of increased API usage.

Consolidated vs. individual notifications

When Consolidate notifications is enabled (the default), multiple new items trigger a single “X new messages” browser notification rather than one notification per item. This prevents notification spam during periods of high queue activity.
If you want to be taken directly to your inbox rather than individual comment threads when clicking a notification, enable When clicking a comment notification go to the inbox in the advanced settings.

Settings reference

Type: text
Default: mod
The multireddit path used to build the modqueue URL that the Notifier polls and that the Mod Bar counter links to. Use mod to cover all moderated subreddits, or enter a custom multireddit name.
Type: boolean
Default: false
When enabled, the Notifier polls and links to the feed-based URL /me/f/mod/about/modqueue/ instead of building a URL from the modSubreddits path.
Type: text
Default: mod
The multireddit path used to build the unmoderated queue URL. Follows the same format as modSubreddits.
Type: boolean
Default: false
When enabled, uses /me/f/mod/about/unmoderated/ as the unmoderated feed URL.
Type: boolean
Default: true
When enabled, fires a browser notification whenever your unread inbox count increases since the last poll.
Type: boolean
Default: false
When enabled, plays an audio chime alongside the browser notification for new messages. Use the Sample sound action in settings to preview the audio before turning this on.
Type: boolean
Default: true
When enabled, fires a browser notification when the modqueue count increases.
Type: boolean
Default: false
When enabled, fires a browser notification when the unmoderated queue count increases.
Type: number
Default: 1
How often (in minutes) the Notifier polls Reddit for new counts. Setting this too low may trigger Reddit rate limits.
Type: boolean
Default: false
When enabled, clicking a comment notification opens /message/inbox/ rather than the individual comment permalink.
Type: boolean
Default: true
When enabled, multiple new items produce a single “X new messages” notification rather than one notification per item.

Build docs developers (and LLMs) love