// ==UserScript== // @name Mini review controller // @version 1.21 // @description Adds an ability to see the review queues by hovering "review" link // @author nicael // @include *://*.stackexchange.com/* // @include *://*stackoverflow.com/* // @include *://*serverfault.com/* // @include *://*superuser.com/* // @include *://*askubuntu.com/* // @include *://*stackapps.com/* // @include *://*mathoverflow.net/* // @grant none // @namespace https://greasyfork.org/users/9713 // @downloadURL none // ==/UserScript== $(".topbar-wrapper").append('
'); $(".topbar-menu-links > a[href='/review']").append(' ') $("tmp").load("/review .dashboard-num",function(){ var stats=[]; $("tmp > .dashboard-num").each(function(){ stats.push($(this).text()); }); $("tmp").load("/review .dashboard-title > a",function(){$(".crd>ul>li").remove(); $("tmp>a").each(function(index){ if($(this).text()!="Meta Reviews"){ $(".crd>ul").append('