Github Notifications Dropdown

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

Ezek a szkript azon változatai, ahol a kód módosítva lett. Minden verzió mutatása

  • v2.0.4 2023.06.04. Only scroll down when needed; add shiftNotificationShelfToTheBottom although we are still removing it
  • v2.0.3 2023.05.30. Add support for Feature preview > Global navigation update
  • v2.0.2 2023.03.26. Make an option markAsDoneWhenFollowingLink
  • v2.0.1 2023.03.25. 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 2023.03.20. Bring back the tick buttons! (Other buttons may or may not work, untested)
  • v1.3.1 2022.03.10. Increase z-index, as suggested by jimeh
  • v1.3.0 2022.03.04. Use $ instead of querySelector, for consistency, Add option hideQuodAIWarning
  • v1.2.4 2020.08.17. Allow user to click the notification buttons
  • v1.2.3 2020.04.23. Make warning background yellow
  • v1.2.2 2020.04.23. 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 2020.04.22. Fixes for GitHub's notifications v2
  • v1.1.3 2019.04.24. 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 2018.05.04. Tweaked the available dot styles a little
  • v1.1.2 2018.05.02. Config option to change the colour of the notification dot
  • v1.1.1 2018.04.10. Add MIT license
  • v1.1.1 2017.11.26. 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 2017.10.13. Made makeAllFileAndDiffBlocksCollapsable optional, defaults to disabled
  • v1.0.0 2017.08.27. Adapt to Github changing the .header class
  • v0.9.9 2017.07.24. FIX button detection since classes changed, Allow notifications list to be wider, Version bump
  • v0.9.8 2017.07.13. Prevent max-width style from affecting normal notifications
  • v0.9.7 2017.01.10. Synced from GitHub - Do nothing on right-clicks (request by Alorel)
  • v0.9.5 2016.12.14. Synced from GitHub - Get diff collapsing working again, now that .data.highlight is no longer a sibling of .file-header
  • v0.9.3 2016.09.18. Imported from URL
  • v0.8.5 2015.07.07. Imported from URL
  • v0.8.3 2015.02.25. Imported from URL
  • v0.8.2 2015.01.24. Imported from URL