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.

Queue Tools enhances Reddit’s moderation queue pages with information and controls that are missing from Reddit’s native interface. It surfaces previous mod actions on each item from the subreddit’s modlog, automatically expands report details, adds color-coded subreddit borders to multi-subreddit queues, and replaces the default empty-queue state with a configurable creature of your choice. On old Reddit, it also adds mass action controls, sorting, threshold filtering, AutoModerator action reason display, and comment grouping.

Action reason display

When showActionReason is enabled (the default), Toolbox fetches the last 500 entries from the subreddit’s modlog and displays a recent actions table next to each post or comment that appears in those entries. The action table shows four columns:
ColumnContent
modThe moderator who took the action
actionThe action type (e.g. removelink, approvecomment)
detailsThe action details or AutoModerator rule name
timeA relative timestamp (e.g. “3 hours ago”)
On queue listing pages, the table expands automatically when expandActionReasonQueue is enabled. On other pages, a show recent actions / hide recent actions toggle controls visibility.
The modlog cache is refreshed automatically after 5 minutes. If you take an action and the table does not immediately reflect it, wait for the next cache cycle or reload the page.

Report expansion

The expandReports setting automatically expands the report details section on all items when you load a mod page. Without this setting, report reasons are collapsed by default and require an extra click to view. On old Reddit, the Queue Tools toolbar also includes a expand reports / collapse reports toggle button that shows or hides all report reason sections at once for the current page load. New items loaded via Reddit Enhancement Suite’s Never Ending Reddit are also processed and reports are expanded if the setting is active.

Subreddit color coding

When subredditColor is enabled, Toolbox adds a 3px left border to each queue item, colored uniquely by subreddit name. The color is generated deterministically from the subreddit name plus the subredditColorSalt string using a string-to-color hashing function, so the same subreddit always gets the same color. This is particularly useful on multi-subreddit queues (e.g. /r/mod) where posts from many different communities are interleaved, making it immediately obvious which subreddit each item belongs to.
Change the subredditColorSalt value to shift the entire color palette if you find the default colors difficult to distinguish. The salt is appended to the subreddit name before hashing, so different salts produce completely different color assignments.

Queue Creature

When the mod queue is empty, Reddit displays a default “The queue is clean!” message. Toolbox replaces this with an animated creature image. The creature is shown on queueListing page types and the replacement runs twice (with a 500ms delay) to reliably catch the element after React renders it.

kitteh

A cat. The default. Dignified, judgmental, and appropriate for moderation work.

puppy

A puppy. Enthusiastic approval of an empty queue.

/r/babyelephantgifs

A baby elephant. Community-sourced queue celebration.

/r/spiderbros

A friendly spider. For mods who appreciate their arthropod colleagues.

piggy

A pig. Photo credit: Michael Coghlan on Flickr.

i have no soul

No creature. Disables the feature and shows Reddit’s default empty state.

Old Reddit: mass action toolbar

On old Reddit, Queue Tools adds a persistent toolbar above the item list on mod queue and reports pages. The toolbar provides:
A select all checkbox selects every visible item. Invert flips the current selection. The select… dropdown opens a popup with granular filter options: by type (comments, submissions, text posts, posts with flair), by status (shadow-banned, spam-filtered, reported, actioned, removed, approved, spammed, ignored), by domain, by username, by title text, by subreddit, and by score thresholds (greater than / less than a given number).
With one or more items selected, click spam selected, remove selected, approve selected, or ignore reports on selected to apply that action to all checked items at once via the Reddit API.
A sort dropdown lets you reorder the current page by: age (default), edited time, removed time, reports count, or score. Clicking the currently selected sort order toggles between ascending and descending. Sort preference is saved to Toolbox settings.
A numeric Report threshold input hides any item with fewer reports than the specified number. Set to 0 (the default) to show all items. The threshold is applied automatically to new items loaded via Never Ending Reddit.
When showAutomodActionReason is enabled, Toolbox fetches the last 500 AutoModerator modlog entries and displays the matching action reason below any item that AutoModerator removed. A ask for a second opinion in modmail link is also added for quick escalation.When highlightAutomodMatches is enabled, words enclosed in [] in AutoModerator reports are highlighted in the item’s title and body text, making it easy to see which regex match triggered the rule.
When groupCommentsOnModPage is enabled (advanced), Toolbox groups comments on mod listing pages by their parent submission, with a horizontal rule between groups. This makes it easier to see all reported comments from the same post together.

Settings reference

Type: boolean
Default: true
Fetches the last 500 entries from the subreddit modlog and displays a table of previous mod actions next to each matching post or comment. The modlog cache expires after 5 minutes.
Type: boolean
Default: true
When enabled on queue listing pages, the mod action history table for each item is expanded by default rather than hidden behind a toggle button.
Type: boolean
Default: false
When enabled, Toolbox automatically expands the report reasons section on every item when the page loads and for new items loaded dynamically. Without this setting, report reasons are collapsed by default.
Type: selector
Default: kitteh
Options: kitteh, puppy, /r/babyelephantgifs, /r/spiderbros, piggy, i have no soul
Controls which creature image Toolbox displays when the mod queue is empty. Select i have no soul to disable the feature entirely and show Reddit’s default empty-queue text.
Type: boolean
Default: false
When enabled, adds a 3px solid left border to each queue item. The border color is unique to the subreddit name (combined with subredditColorSalt) and is applied only on subreddits you moderate.
Type: text
Default: PJSalt
A string appended to the subreddit name before color generation. Changing this value reassigns all subreddit colors. Only visible in settings when subredditColor is enabled.
Type: boolean
Default: false
When enabled, Toolbox adds a show reports button next to posts and comments that have had their reports ignored. Clicking the button opens a popup listing both mod reports and user reports that were on the item when reports were ignored.

Old Reddit-only settings

These settings only apply when using the old Reddit interface (old.reddit.com).
SettingTypeDefaultDescription
autoActivatebooleantrueAutomatically activate the mass queue tools toolbar on queue pages without requiring a manual click.
highlightNegativePostsbooleanfalseHighlight posts with a score of 0 or below with a distinct visual style.
hideActionedItemsbooleanfalseHide items from view immediately after taking a mod action on them.
showAutomodActionReasonbooleantrueDisplay the AutoModerator action reason below items that AutoModerator removed.
linkToQueuesbooleanfalseMake subreddit name links in queue items point directly to that subreddit’s mod queue instead of its front page.
reportsOrderselectorageDefault sort order for the queue. Options: age, edited, removed, score, reports.
reportsThresholdnumber0Minimum report count required to show an item. Items with fewer reports are hidden.
reportsAscendingbooleanfalseSort the queue in ascending order when enabled.
botCheckmarklistAutoModeratorComma-separated list of bot usernames whose approval checkmarks display with a distinct bot icon. Case-sensitive.
highlightAutomodMatchesbooleantrueHighlight words enclosed in [] in bot mod reports and action reasons to surface regex match context.
groupCommentsOnModPagebooleanfalseGroup comments by their parent submission when viewing mod listings (advanced).

Build docs developers (and LLMs) love