PostModeMenu+ adds additional options to the mode menu underneath the Search bar on the posts page. It also provides additional enhancements, including drag/select multiple posts and limiting concurrent network calls to reduce the likelihood of network errors.
Installation
- Chrome/Firefox: Install Tampermonkey
Project page
Main script
Usage notes
Additional modes
- Vote up
- Vote down
- Unvote
- Copy ID - Copies the post ID(s) to the clipboard.
- Copy Short - Copies the post shortlink, e.g. post #1234
- Copy Link - Copies the post HTTP link, e.g. https://danbooru.donmai.us/posts/1234
Drag/select
Available only in the additional modes, plus the Tag Script mode. Click and drag, releasing the mouse once all of the desired posts have been selected. The current mode action will then be applied to all selected posts.
Select only
When this mode is on, clicking posts or drag/selecting them will only leave posts in a selected state. The desired mode menu function is only activated after clicking the "Apply All" button. Additionally, All/None/Invert buttons have been provided to facilitate batch selection changes.
Network config
Limits the number of concurrent network calls to N (default is 5), in order to avoid getting HTTP 429 TOO MANY REQUEST ERRORS or other network errors. Additionally, if there are network errors, the specific posts where these errors occurred can be highlighted.
Settings
Settings can be modified from User Settings -> Userscript Menus -> PostModeMenu.
Final
Any suggestions or feedback is appreciated.
Latest edits
- (2022-09-04) Updated script link in OP
- (2022-08-27)
- Version 7
- Additional modes
- Additional separators
- Responsive rate limiting
Versions
Show
- (2022-08-02)
- Version 5 Initial release
- (2022-08-19)
- Version 6
- Select only mode
- Long text inputs
- Network error highlights
- (2022-08-27)
- Version 7
- Additional modes
- Additional separators
- Responsive rate limiting
Updated