Hide notification functionality for GitLab. Works with GitLab CE 8.9.4.
- Installed Tampermonkey or Greasemonkey extension
If you have Tampermonkey or Greasemonkey installed, you can use this URL directly: https://rawgit.com/ajhi/gitlab-hide-notification-user-script/master/gitlab-hide-notification.user.js. Just follow instructions.
Don't forget to add custom user match if your GitLab installation has a custom URL (different from https://gitlab.com/*
). For example: if your site is hosted on https://mygitlab.company.com, you should add https://mygitlab.company.com/*
as a user match for this script.
The script will update automatically once you installed it.
If automatic installation fails, you can use manual installation. Here are guides:
- Tampermonkey (Chrome, Safari, Firefox...)
- Greasemonkey (Firefox)