Greasy Fork is available in English.

Github Notifications Dropdown

When clicking the notifications icon, displays notifications in a dropdown pane, without leaving the current page.

A continuación se muestran las versiones de este script en las que se actualizó el código. Ver todas las versiones.

  • v2.0.4 4/6/2023 Only scroll down when needed; add shiftNotificationShelfToTheBottom although we are still removing it
  • v2.0.3 30/5/2023 Add support for Feature preview > Global navigation update
  • v2.0.2 26/3/2023 Make an option markAsDoneWhenFollowingLink
  • v2.0.1 25/3/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/3/2023 Bring back the tick buttons! (Other buttons may or may not work, untested)
  • v1.3.1 10/3/2022 Increase z-index, as suggested by jimeh
  • v1.3.0 4/3/2022 Use $ instead of querySelector, for consistency, Add option hideQuodAIWarning
  • v1.2.4 17/8/2020 Allow user to click the notification buttons
  • v1.2.3 23/4/2020 Make warning background yellow
  • v1.2.2 23/4/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/4/2020 Fixes for GitHub's notifications v2
  • v1.1.3 24/4/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 4/5/2018 Tweaked the available dot styles a little
  • v1.1.2 2/5/2018 Config option to change the colour of the notification dot
  • v1.1.1 10/4/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/8/2017 Adapt to Github changing the .header class
  • v0.9.9 24/7/2017 FIX button detection since classes changed, Allow notifications list to be wider, Version bump
  • v0.9.8 13/7/2017 Prevent max-width style from affecting normal notifications
  • v0.9.7 10/1/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/9/2016 Imported from URL
  • v0.8.5 7/7/2015 Imported from URL
  • v0.8.3 25/2/2015 Imported from URL
  • v0.8.2 24/1/2015 Imported from URL