Github Notifications Dropdown

When clicking the notifications icon, displays notifications in a dropdown pane, without leaving the current page. (Now also makes files in diff views collapsable.)

As of 27.08.2017. See ბოლო ვერსია.

These are versions of this script where the code was updated. Show all versions.

  • v2.0.4 04.06.2023 Only scroll down when needed; add shiftNotificationShelfToTheBottom although we are still removing it
  • v2.0.3 30.05.2023 Add support for Feature preview > Global navigation update
  • v2.0.2 26.03.2023 Make an option markAsDoneWhenFollowingLink
  • v2.0.1 25.03.2023 Refactor: Extract greyOutTheNotificationAbove(); also use it only when sure, Take actions when link is clicked: mark as done, hide dropdown, Open mentions instead of main notifications page, Fetch "participating" notifications first; also many minor fixes, Improve fetching of participating/mentioned notifications, Improve CSS of notifications-list-items, Fix link titles; strip notification crap from links, Fix various issues with CSS, Major version bump due to the major changes, Close notifications dropdown if bell icon is clicked a second time
  • v1.3.2 20.03.2023 Bring back the tick buttons! (Other buttons may or may not work, untested)
  • v1.3.1 10.03.2022 Increase z-index, as suggested by jimeh
  • v1.3.0 04.03.2022 Use $ instead of querySelector, for consistency, Add option hideQuodAIWarning
  • v1.2.4 17.08.2020 Allow user to click the notification buttons
  • v1.2.3 23.04.2020 Make warning background yellow
  • v1.2.2 23.04.2020 Show the user if the repos list has (probably) been truncated, Satisfy eslint, Use single quotes instead of double quotes, Add some styling to the truncate warning
  • v1.2.0 22.04.2020 Fixes for GitHub's notifications v2
  • v1.1.3 24.04.2019 fix broken script due to github header html changing, Merge pull request #6 from dsifford/patch-1 fix broken script due to github header html changing
  • v1.1.3 04.05.2018 Tweaked the available dot styles a little
  • v1.1.2 02.05.2018 Config option to change the colour of the notification dot
  • v1.1.1 10.04.2018 Add MIT license
  • v1.1.1 26.11.2017 Update github_notifications_dropdown.user.js Compatibility fix for Greasemonkey 4.0 : > Use absolute paths. This is an issue with Firefox and content scripts. see: https://github.com/greasemonkey/greasemonkey/issues/2680#issuecomment-344778286, Comment the reason for using an absolute path, Bump the version number, Merge pull request #3 from darkred/patch-1 (Github Notifications Dropdown) Compatibility fix for Greasemonkey 4.0
  • v1.1.0 13.10.2017 Made makeAllFileAndDiffBlocksCollapsable optional, defaults to disabled
  • v1.0.0 27.08.2017 Adapt to Github changing the .header class
  • v0.9.9 24.07.2017 FIX button detection since classes changed, Allow notifications list to be wider, Version bump
  • v0.9.8 13.07.2017 Prevent max-width style from affecting normal notifications
  • v0.9.7 10.01.2017 Synced from GitHub - Do nothing on right-clicks (request by Alorel)
  • v0.9.5 14.12.2016 Synced from GitHub - Get diff collapsing working again, now that .data.highlight is no longer a sibling of .file-header
  • v0.9.3 18.09.2016 Imported from URL
  • v0.8.5 07.07.2015 Imported from URL
  • v0.8.3 25.02.2015 Imported from URL
  • v0.8.2 24.01.2015 Imported from URL