:User:Mskadu/monobook.js

// User:Lupin/popups.js

mw.loader.load(

'https://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js'

+ '&action=raw&ctype=text/javascript&dontcountme=s');

//This code will change ISBN links to point to the url of your choice,

//instead of Special:Book_sources.

//

//

//Once you have copied the code and saved the page, you need to refresh your

//browser's cache. For Mozilla/Safari/Konqueror: hold down Shift while clicking

//Reload (or press Ctrl-Shift-R), IE: press Ctrl-F5, Opera: press F5.

//

//The code should now work, as long as you are logged in.

function externISBN() {

for (var i = 0; i < document.links.length; i++)

{

var ln = document.links[i].href.match(/isbn=(.*)/);

if (ln) {

document.links[i].href='http://www.amazon.com/exec/obidos/ASIN/'+RegExp.$1;

}

}

}

$(externISBN);

// Script from User:MarkS/extraeditbuttons.js

mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:MarkS/extraeditbuttons.js'

+ '&action=raw&ctype=text/javascript');

//citation bot

importScript('User:Smith609/toolbox.js');

//Peer reviewer --> http://en.wikipedia.org/wiki/User:AndyZ/peerreviewer

importScript('User:AndyZ/peerreviewer.js'); //User:AndyZ/peerreviewer.js