User:Dipankan001/revert vandalism.js

Source: Wikipedia, the free encyclopedia.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
//This adds a quick link in your toolbox to revert vandalism quickly by catching the tag "Repaeting characters".
function addNoVandal(){
          mw.util.addPortletLink("p-tb","http://en.wikipedia.org/w/index.php?namespace=&tagfilter=repeating+characters&title=Special%3ARecentChanges" ,"Revert vandalism","tb-repeating characters","Catches all edits with the tag repeating characters on them");
}
 
$(addNoVandal);