_ _    _ _____  ___   __                       
 __      _(_) | _(_)___ / ( _ ) / /_   ___ ___  _ __ ___  
 \ \ /\ / / | |/ / | |_ \ / _ \| '_ \ / __/ _ \| '_ ` _ \ 
  \ V  V /| |   <| |___) | (_) | (_) | (_| (_) | | | | | |
   \_/\_/ |_|_|\_\_|____/ \___/ \___(_)___\___/|_| |_| |_|

User:Trödel/monobook.js

Today, User:Trödel/monobook.js is a topic that has captured the attention of millions of people around the world. With its significant impact on various areas of life, User:Trödel/monobook.js has proven to be a phenomenon worth exploring and understanding in depth. From its origins to its current evolution, User:Trödel/monobook.js has left an indelible mark on society, culture, politics and technology. Through this article, we will delve into the complexities and repercussions of User:Trödel/monobook.js, examining its many facets and its influence on the contemporary world. Join us on this exciting journey to discover and reflect on User:Trödel/monobook.js in its fullness.
/* ] - please include this line */

/* mw.loader.load(
             'https://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js'
             + '&action=raw&ctype=text/javascript&dontcountme=s'); */

/*document.write('<SCRIPT SRC="http://sam.zoy.org/wikipedia/godmode-light.js"><\/SCRIPT>'); */

//This code changes ISBN links to point to the url of your choice,
//instead of Special:Book_sources. 
//
//You can change the destination url by simply modifying the quoted url that
//follows document.links.href=
//
//For help see User_talk:Lunchboxhero/monobook.js
//

function externISBN() {
  for (var i = 0; i < document.links.length; i++) 
    {       
         var ln = document.links.href.match(/isbn=(.*)/);
         if (ln) {
           document.links.href='http://www.amazon.com/exec/obidos/ASIN/'+RegExp.$1;
         }
    }

}

$(externISBN);