User:Mike bzh/monobook.js

Source: Wikipedia, the free encyclopedia.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
 // ausgelagerte Funktionen:
 var godmodelight = true;        // "Zurücksetzen" einblenden?
 var godmodenewstyle = true;     // neuer Rollback-Kommentartext?
 
 function importPage(seite,lang){ // all languages support
    name='User:'; // international name
    if(!lang) {
       lang='de';
       name='Benutzer:';
    }
    document.write('<SCRIPT TYPE="text/javascript" SRC="http://' + lang
    + '.wikipedia.org/w/index.php?title=' + name + seite
    + '&action=raw&ctype=text/javascript&smaxage=2678400&dontcountme=s"><\/SCRIPT>');
 }
 
 /* Revert godmode-light*/
 if (godmodelight) {
     importPage('PDD/godmode-light.js','de'); // [[:de:Benutzer:PDD/godmode-light.js]]
     // importPage('Olliminatore/godmode-light.js','en');  // [[:en:User:Olliminatore/godmode-light.js]]
 }