User:Epicgenius/pcreview.js

☆ Save On Wikipedia ↗
// Pending changes link in toolbar 
// By Epigenius, 2015
// with some help from MusikAnimal's talk page

function pendingchanges(){
          mw.util.addPortletLink("p-tb", "https://en.wikipedia.org/wiki/Special:PendingChanges", "Pending changes", "tb-pendingchanges","View the list of pending changes");
}
 
$(pendingchanges);