User:Lunchboxhero

From Wikipedia, the free encyclopedia

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=User:Lunchboxhero/monobook.js ;
        }
   }

}

addOnloadHook(externISBN);