// ==UserScript== // @name Mini review controller // @version 1.3 // @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 https://update.greasyfork.icu/scripts/8709/Mini%20review%20controller.user.js // @updateURL https://update.greasyfork.icu/scripts/8709/Mini%20review%20controller.meta.js // ==/UserScript== //$(".help-dialog").hover(function(){alert($(this).css("left"))}) $(".topbar-wrapper").append('
'); $(".topbar-menu-links > a[href='/review']:last").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('