This script/stylesheet is for PERSONAL use only!
You are free to install this script/stylesheet for yourself, but it is not allowed to be used wiki-wide (e.g., in MediaWiki:ImportJS, MediaWiki:Common.js, MediaWiki:Common.css, MediaWiki:Fandomdesktop.js, MediaWiki:Fandomdesktop.css, or MediaWiki:FandomMobile.css), as it would violate Fandom's Terms of Use.
(See the customization policy)
CategorizedNotifications is a userscript that re-organizes notifications into different user-defined categories.
Usage
Configuration
- window.CategorizedNotificationsConfig
- An array of objects that determine what categories exist and what notifications belong in each category. Each object should contain these keys:
icon
(see this page for a list of possible values)title
Shown when hovering over the tab icontypes
Array of category type strings to determine which notifications belong in this category (see below for possible values)
Possible notification types
- This list is incomplete. If you find a notification type that is not here, please add it.
announcement
- Received when a wiki makes an announcementmessage-wall-post
- Received when someone posts to your message wallmessage-wall-reply
- Received when someone replies to a message wall thread you are followingtalk-page-message
- Received when someone edits your talk pagearticle-comment-reply
- Received when someone replies to a comment you are followingarticle-comment-at-mention
- Received when someone mentions you in a commentarticle-comment-reply-at-mention
- Received when someone mentions you in a comment replydiscussion-reply
- Received when someone replies to a discussion thread you are followingdiscussion-upvote-post
- Received when someone upvotes your discussions post or replypost-at-mention
- Received when you are mentioned in a discussions replythread-at-mention
- Received when you are mentioned in a discussions threaddiscussion-report
- Received when there is a discussions report on a wiki you moderatethanks-created
- Received when someone thanks your editmarketing-notification
- Marketing notifications from Fandomgamepedia-notification
- Matches any notifications that came from a Gamepedia wikiDEFAULT
- Matches any notifications that do not have a specified category already
Text above can be found here (edit)