Kullanıcı:Alt-x/monobook.js

Vikipedi, özgür ansiklopedi

Not: Ayarlarınızı kaydettikten sonra, tarayıcınızın belleğini de temizlemeniz gerekmektedir: Mozilla / Firefox / Safari: Shift e basılıyken safyayı yeniden yükleyerek veya Ctrl-Shift-R yaparak (Apple Mac için Cmd-Shift-R);, IE: Ctrl-F5, Konqueror: Sadece sayfayı yeniden yükle tuşuna basarak.

// Popup menü
document.write('<script type="text/javascript" src="' 
             + 'http://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
simplePopups=false;
popupAdminLinks=true;
popupDelay=1;
popupStructure='menus';
popupImages=false;
popupOnEditSelection=false;
popupDragging=true;
imagePopupsForImages=false;
popupEditCounterTool="kate";
popupRevertSummary=revert;
removeTitles=true;
popupFixRedirs=true;
popupFixDabs=true;

function inc (file) 
{
    var lt = String.fromCharCode(60);
    var gt = String.fromCharCode(62);
    if (file.indexOf(".js") > -1) 
    {
        document.writeln(lt+'script type="text/javascript" src="/w/index.php?title='+file+'&amp;action=raw&amp;ctype=text/javascript&amp;dontcountme=s"'+gt+lt+'/script'+gt);
    } 
    else if (file.indexOf(".css") > -1)
    {
        document.writeln(lt+'link rel="stylesheet" type="text/css" href="/w/index.php?title='+file+'&amp;action=raw&amp;ctype=text/css" /'+gt);
    }
}

inc("Kullanıcı:Volkan/hazirla.js");