Skip to content

GitHub title notification

Rob Garrison edited this page Aug 8, 2022 · 22 revisions

A userscript that changes the document title if there are unread messages

  • By default, it is set to add a heart symbol in parentheses (♥) to the title when there are unread messages.
  • This script only works on GitHub pages that contain a notification bell icon because it checks for a class name every 30 seconds.
  • The symbol and time interval can be changed using the userscript plugin popup window.
  • It does not currently use GitHub's API.
  • Click this link to install from GitHub; or, install from GreasyFork or OpenUserJS.

Screenshot

title-notification

github-title-notification

Change Log

Version 1.0.7 (2022-08-08)

  • Update notification detection
  • Fix set indicator variable. Thanks @TFWol!

Version 1.0.6 (2019-02-16)

  • Update GitHub icon.

Version 1.0.5 (2018-01-18)

  • Update assets.

Version 1.0.4 (2017-09-02)

  • Prevent config set to null.

Version 1.0.3 (2017-05-16)

  • Change license to MIT.

Version 1.0.2 (2017-03-25)

  • Use ES2015 & fix linting.

Version 1.0.1 (2016-12-28)

  • Clean up linting issues.

Version 1.0.0 (2016-03-24)

  • Initial commit
Clone this wiki locally