Hidden StackOverFlow notifications on Review Queues button

14/4/2020 12:07:25

// ==UserScript==
// @name        Hidden StackOverFlow notifications on Review Queues button
// @match       *://*stackoverflow*/*
// @grant       none
// @version     1.0
// @author      -
// @description 14/4/2020 12:07:25
// @namespace https://greasyfork.org/users/507417
// ==/UserScript==
document.querySelector('li.-item.review-button-item').style.display = 'none'