User:Voice of All/adminnolupin/monobook.js

//

//First loads

importScript('User:Voice_of_All/Addtabs/monobook.js');

importScript('User:Voice_of_All/replacetxt.js');

//wierd stuff

importScript('User:Voice_of_All/Specialadmin/monobook.js');

//crat stuff

importScript('User:Voice_of_All/Bureaucrat/monobook.js');

importScript('User:Voice_of_All/History/monobook.js');

//CU stuff

importScript('User:Voice_of_All/CheckUser/monobook.js');

importScript('User:Voice_of_All/Protection/monobook.js');

//BAG stuff

importScript('User:Voice_of_All/Approvals.js');

//rollback

importScript('User:Voice_of_All/Revert.js');

//search links

importScript('User:Voice_of_All/Google/monobook.js');

//

////

function navigationlinks()

{

if (typeof addnavbox_link === 'undefined') return;

addnavbox_link('/wiki/Wikipedia:Administrator_intervention_against_vandalism','Vandalism','aiv-ln');

addnavbox_link('/wiki/Category:Candidates_for_speedy_deletion','Speedy deletions','speedy-ln');

addnavbox_link('/wiki/Wikipedia:Requests for page protection','Protection requests','rfpp-ln');

addnavbox_link('/wiki/Wikipedia:Administrators%27_noticeboard','Noticeboard','AN-ln');

}

function addtoolboxlinks()

{

if(typeof addlilink === 'undefined' || !document.getElementById('p-tb')) return;

var tb = document.getElementById('p-tb').getElementsByTagName('ul')[0];

addlilink(tb, '/wiki/Special:Newpages', 'New pages', '');

addlilink(tb, '/wiki/Special:Log/newusers', 'New users', '');

}

//

////

//MAIN

$(Mainfast)

function Mainfast()

{

navigationlinks();

addtoolboxlinks();

}

window.onload = Main;

function Main()

{

block_check();

}

//END

//************

function block_check()

{

if (document.title.indexOf('Block user') !=0){return;}

//monobook

if (document.getElementById('pt-userpage'))

{var user_name = document.getElementById('pt-userpage').getElementsByTagName('a')[0].innerHTML;}

//cologneblue

else if (document.getElementById('quickbar') && document.getElementById('quickbar').getElementsByTagName('h6')[0])

{

var toplinks = document.getElementById('quickbar');

var user_name = toplinks.innerHTML.split('

My pages
')[1].split('title="User:')[1].split('"')[0];

}

if (document.getElementsByTagName('input')[0].value == user_name)

{alert('Are you sure you want to block yourself?');}

else if (document.getElementsByTagName('input')[0].value == user_name.replace(/ /g,'_'))

{alert('Are you sure you want to block yourself?');}

}

//

$(Dfn_js_con)

function Dfn_js_con()

{

Mvaluejs_class = 'DMalak1';

Rvaluejs_class = 'ERollen2';

Uvaluejs_class = 'DRaven2';

}

//

//

Category:Wikipedians who use VoA script