:User:The Epopt/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');

//function externISBN() {

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

// {

// if( document.links[i].href.match(/isbn=(.*)/) ) {

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

// document.links[i].href='http://catalog.loc.gov/cgi-bin/Pwebrecon.cgi?'

// +'DB=local&CNT=25+records+per+page&CMD=isbn+'+RegExp.$1;

// }

// }

//}

//addOnloadHook(externISBN);