User:Fish and karate/myskin.js

//

//First loads

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

importScript('User:Voice_of_All/UTCclock.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');

//New pages tools

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

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

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

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

//

////

//Toolbox links

function changelinks()

{

if(!document.getElementById) return;

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

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

if (document.title.indexOf('User:' + user_name + '/xml') != -1 || document.title.indexOf('User:' + user_name + '/XML') != -1)

{addlilink(toplinks, 'javascript:XMLrequestprompt()', 'Request XML', 'Request XML');}

if(document.getElementById('ca-delete'))

{document.getElementById('ca-delete').firstChild.innerHTML = 'delete';}

}

function navigationlinks()

{

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()

{

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

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

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

addlilink(tb, '/wiki/WP:PP', 'Protected pages', '');

}

//

////

// USER TABS

function userlogs()

{

//no subpages or history

if (document.title.search("/") != -1 || location.href.search(/Special:|&action=[^p]|&diff=/) !=-1)

{return;}

if (document.title.indexOf("User:") == 0 || document.title.indexOf("User talk:") == 0)

{

username_a = document.URL.match(/:.*:(.*)/);

username=username_a[1];

addTab("http://en.wikipedia.org/w/index.php?title=Special%3ALog&type=block&user=&page=User:" + username, "log", "ca-blog", "block log", "");

addTab("http://tools.wikimedia.de/~interiot/cgi-bin/Tool1/wannabe_kate?username=" + username + "&site=en.wikipedia.org", "info", "ca-kate", "user info", "");

}

}

//LAST DIFF TAB

function lastdiff()

{

if (document.title.indexOf("Editing ") != -1 || !document.getElementById('ca-history') || location.href.search(/&action=history/) !=-1) return;

var pname=wgPageName.replace(/&/g,'%26').replace(/\\+/g, '%2B');

addTab(wgServer + "/w/index.php?title=" + pname + "&diff=cur&oldid=prev", "Last", "ca-diff", "Show most recent diff", "");

}

// This will add an [edit top] link at the top of all pages except preview pages

function addtoplink()

{

var edittop = '[edit top]';

// if this is preview page or generated page, stop

if(document.getElementById("wikiPreview") || wgNamespaceNumber ==-1)

return;

if(document.title.indexOf("Main Page") != -1) return;

// get the page title

var pageTitle = document.title.split(" - ")[0].replace(" ", "_");

// create div and set innerHTML to link

var divContainer = document.createElement("div");

divContainer.innerHTML = '

';

// insert divContainer into the DOM before the h1

if (document.getElementById("content") !=undefined) {

document.getElementById("content").insertBefore(divContainer, document.getElementsByTagName("h1")[0]);}

}

//

////

//MAIN

$(Mainfast)

function Mainfast()

{

userlogs();

changelinks();

navigationlinks();

addtoolboxlinks();

}

window.onload = Main;

function Main()

{

watchlist_tab();

block_check();

lastdiff();

addtoplink();

}

//END

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

function watchlist_tab()

{

if (location.href.indexOf('Special:Watchlist/edit') !=-1)

{addTab("javascript:watchlist_clean()", "check deleted pages", "ca-clean", "check all deleted pages", "");}

}

function watchlist_clean()

{

//monobook

if (document.getElementById('bodyContent'))

{

var body = document.getElementById('bodyContent');

}

//cologneblue

else if (document.getElementById('quickbar'))

{

if (!document.getElementById('content')){return;}

var body = document.getElementById('content');

}

var l = body.getElementsByTagName('li');

for (var i=0; i

{

if (l[i].getElementsByTagName('a')[0].href.indexOf('&action=') !=-1)

{l[i].getElementsByTagName('input')[0].checked=true;}

}

}

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';

}

//

//Interiot's javascript edit counter

if (document.title.indexOf('User:Interiot/Tool2/code.js') != -1) {

mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Interiot/Tool2/code.js&action=raw&ctype=text/javascript'); }

//

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

//Lupin's tools

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

//Filter changes live Category:VoA scripted admins

//User:Lupin/recent2.js - please include this line

mw.loader.load(

'https://en.wikipedia.org/w/index.php?title=User:Lupin/recent2.js'

+ '&action=raw&ctype=text/javascript&dontcountme=s');

//User:Lupin/popupsdev.js - please include this line

mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Lupin/popupsdev.js'

+ '&action=raw&ctype=text/javascript');

popupShortcutKeys=true; // optional: enable keyboard shortcuts

popupAdminLinks=true; // optional: enable admin links Category:VoA scripted admins

popupSubpopups=false;

popupOnEditSelection=false;

popupStructure='shortmenus';

//END

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

function XMLrequestprompt()

{

var parameters = '';

var type = 'GET';

var url = location.href;

url = prompt('Enter a URL:');

parse_js_value_cache = 0;

parse_js_value_cache = prompt('Parse the data?' + '\n' + '0 - false (default)' + '\n' + '1 - true (no script/SRCs/images)' + '\n' + '2 - true (no script/SRCs)' + '\n' + '3 - true (script/images allowed)');

if (parse_js_value_cache != 0 && parse_js_value_cache != 1 && parse_js_value_cache != 2 && parse_js_value_cache != 3){return;}

if (!url || url == ''){return;}

makeRequestXML(url, parameters,type);

}

function alertContents()

{

if (http_request.readyState != 4)

return;

body = document.getElementById('bodyContent');

if (body && parse_js_value_cache == 3)

{

document.getElementsByTagName('title')[0].innerHTML = "XML request:";

body.innerHTML = 'XML source return:
' + http_request.responseText;

}

else if (body && parse_js_value_cache == 2)

{

document.getElementsByTagName('title')[0].innerHTML = "XML request:";

var xml = http_request.responseText.replace(/<.script>/gi,'`');

body.innerHTML = 'XML source return:
' + xml.replace(/');

body.innerHTML = 'XML source return:
' + xml.replace(/');

xml = xml.replace(/()/gi,'%parenST|span style="background-color: yellow"|%parenEN$1%parenST|/span|%parenEN').replace(/()/gi,'%parenST|span style="background-color: lightgreen"|%parenEN$1%parenST|/span|%parenEN').replace(/(