User:Seb26/monobook.js
function iS(name) { importScript('User:' + name + '.js'); }
// My scripts and modified versions of others' scripts
iS('Spebi/quickblock');
iS('Spebi/afdclose');
iS('Spebi/redir');
iS('Spebi/monobook.js/csd');
// Basic unmodified scripts
iS('Lupin/popups');
popupAdminLinks=true;
iS('Zocky/PicturePopups');
iS('MarkS/extraeditbuttons');
iS('Betacommand/compare');
iS('Steel359/protection');
iS('Voice_of_All/Specialadmin/monobook');
// Modified scripts by east718
iS('East718/popups');
iS('East718/purge');
// Twinky business
iS('AzaToth/morebits.js');
TwinkleConfig = {
revertMaxRevisions : 50,
showSharedIPNotice : false,
summaryAd : "",
deletionSummaryAd : "",
protectionSummaryAd : "",
};
// Browsercism
if (navigator.userAgent.indexOf("Firefox") != -1)
{
iS('Voice_of_All/Addtabs/monobook');
iS('Voice_of_All/History/monobook');
}