User:Ugog Nizdast/displayNumberOfTags
User:Ugog Nizdast/displayNumberOfTags.js
Introduction
This nags the editor about the remaining maintenance tags by displaying it at the bottom left corner of the page. Also clickable.
Installation
To implement this, add this to your common.js page (or any skin works fine):
importScript('User:Ugog Nizdast/displayNumberOfTags.js'); // [[User:Ugog Nizdast/displayNumberOfTags.js]]
Options
To make the default position left instead of right, add
var rightDefault = true; importScript('User:Ugog Nizdast/FloatingTOC.js');
just before importScript.
Notes
This script is inspired from User:Numbermaniac/goToTop.