EventListener checks at regular intervals for new events of interest.
Available event types: flags, appeals, comments, notes, post edits, commentaries, approvals, forum posts, wikis, pools, dmail, feedback, bans, mod actions
Installation
- Chrome/Firefox: Install Tampermonkey
Project page
Main script
Usage notes
- Post query events
- comments, notes, commentaries, post edits, approvals, flags, appeals
- Uses a post query (Help:Cheatsheet) when checking for new events
- A blank query line will return all events
- Subscribe events
- comments, notes, commentaries, post edits, approvals, flags, appeals, forums, wikis, pools
- Will return events for subscribed instances
- For posts: comments, notes, commentaries, post edits, approvals, flags, appeals
- For forum topics: forum posts
- For wiki pages: wikis
- For pools: pools
- Post-type and topic-type events can be set to show all events on uploads and topics created by the user
- Post-type events can be auto-subscribed to for your own uploads
- The subscription only occurs when visiting the post page for each upload
- Post-type events can be subscribed to en masse using post query controls on the settings page
- See Help:Cheatsheet
- Other events
- dmails, spam, bans, user feedbacks, mod actions
- Will return all events with some exceptions
- Bans can be filtered to remove autobans
- Feedback can be filtered to remove autofeedback
- Mod actions has 39 categories that can be subscribed to
Available event filters:
- Events created by user
- Untranslated commentary
- Auto-feedback
- Auto-bans
- BUR post edits
- Post edits by the added/removed tags.
Normally, closing the event notice will hide any other notices that are open in other pages. Clicking the LOCK link prevents that for that particular notice. Clicking the READ link will keep the notice from popping up in other new tabs without having to close the notice.
Settings for the script can be changed on the Danbooru account settings page (https://danbooru.donmai.us/settings). Go to Userscript Menus, and click to the EventListener tab. Turning off event types will cause the subscribe links for those types to no longer appear.
Final
Any suggestions or feedback is appreciated.
Latest edits
- (2024-02-08)
- Version 23 Added user setting
- Will keep notice from showing when no events occur but there is more to query
Versions
Show
- (2017-11-26)
- Version 2 - Initial release
- (2017-11-27)
- Updated the language in this OP
- Version 3
- Added post appeals
- Set recheck interval to once a minute
- (2017-11-29)
- Version 4 - Added Dmails (normal and spam)
- (2017-12-18)
- Version 5
- Added Comments
- Comment subscribe links on post/show, comment/group-by-post, and comment/group-by-comment
- (2017-12-25)
- Version 6
- Added Forums
- Topic subscribe links on topic/show, topic/index, forum/show, and forum/index
- (2018-01-01)
- Version 7 - Open full Dmail on notice
- (2018-01-29)
- Version 8
- Added notes
- Ability to render notes
- (2018-05-12)
- Version 9 - Use library + refactor code
- (2018-08-27)
- Version 10 - Add artist commentary <nonamethanks: Discord>
- Changed UI in post/show and topic/show views
- Updated to use latest library + refactor code
- (2018-09-06)
- Version 11 - Add setting menu
- (2019-01-11)
- Version 12 - Add post edits <nonamethanks: Discord>
- Added limits to each type for the event check
- Detect when overflows to those limits occur
- Dected a user's absence
- (2019-01-27)
- Version 13
- Hide subscribe links for disabled event types
- Fixed issue with reenabling event after long period
- Changed default enabled event types
- Added cache editor to menu
- (2019-02-14)
- Version 14 - Updated to newest library
- (2019-07-24)
- Version 15
- Add wiki event
- Add pool event
- Add mark all as read capability
- (2019-10-05)
- Version 16
- Add thumbnail support to pools
- Fix overflows on pool descriptions
- (2019-11-09)
- Added more usage notes
- Updated language
- (2019-12-09)
- Version 17
- Add several new events (post approvals, user feedbacks, bans, mod actions)
- Separate events into operation types (post query, subscribe, other)
- Updated the color scheme to adapt to changes to Danbooru's theme (i.e. light/dark)
- The event notice is saved so that it loads faster on page reloads
- Updated the topic title
- Updated usage notes
- (2019-12-22)
- Version 18 Updated library version
- (2020-06-19)
- Version 19
- Events can be subscribed to for a user's own uploads/topics
- Post edits were added to the post query type
- Flags and appeals were added to the subscribe type
- Post edits can be filtered by tag adds/removes
- (2020-07-23)
- Version 20
- Added filter for BUR post edits
- Added overflow controls
- (2019-08-29)
- Version 21 Updated library version
- Users can now be subscribed to
- Added ability to search for any changed tags on post edits
- (2022-02-19)
- Version 22 Updated library version
- Events from users can now be filtered
- Updated mod action categories
- (2024-02-08)
- Version 23 Added user setting
- Will keep notice from showing when no events occur but there is more to query
Updated