User:Aaron Schulz/cologneblue.js

//

//--------------------------------------------------------------

//First loads

//Helper tools

mw.loader.load(

'https://en.wikipedia.org/w/index.php?title=User:Voice_of_All/Addtabs/monobook.js'

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

//////////////////////

//Admin rollback tools

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

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

//END

//CU tools

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

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

//END

//UTC clock

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

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

//END

//Replace txt

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

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

//END

//

//---------------------------------------------------------------

//Toolbox links

function changelinks()

{

if(!document.getElementById) return;

//monobook

if (document.getElementById('p-personal'))

{

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

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

document.getElementById('pt-mytalk').firstChild.innerHTML = 'my Talk page';

document.getElementById('pt-preferences').firstChild.innerHTML = 'Change Preferences';

document.getElementById('pt-watchlist').firstChild.innerHTML = 'Check my Watchlist';

document.getElementById('pt-mycontris').firstChild.innerHTML = 'My Contributions';

document.getElementById('pt-logout').firstChild.innerHTML = 'Log out';

}

//cologne blue

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.title.indexOf('User:' + user_name + '/xml') != -1 || document.title.indexOf('User:' + user_name + '/XML') != -1)

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

}

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

{

//monobook

if (document.getElementById('p-personal'))

{

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

addlilink(tb, '/wiki/Wikipedia:Administrators%27_noticeboard/3RR', '3RR violations', '');

}

//cologne blue

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

{

addquickbarlink('/wiki/Special:Newpages', 'New pages', 'qb-np', 'New pages', 'Browse');

addquickbarlink('/wiki/Special:Log/newusers', 'New users', 'qb-nu', 'New pages', 'New users');

addquickbarlink('/wiki/WP:PP', 'Protected pages', 'qb-pp', 'New pages', 'Protected pages');

addquickbarlink('/wiki/WP:AN/3RR', '3RR violations', 'qb-rr', '3RR reports', 'Browse');

}

}

//END

//---------------------------------------------------------------

// ======== USER TABS =======

function userlogs()

{

//no subpages or history

if (document.title.search("/") != -1 || location.href.search(/Special:|&action=[^p]/) !=-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/count_edits?dbname=enwiki_p&user=" + username, "info", "ca-kate", "user info", "");

}

}

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

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

//LAST DIFF TAB

function lastdiff()

{

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

{return;}

z=document.getElementById("content").childNodes;

for (var n=0;n

if (z[n].className=="firstHeading")

{

var pname=document.title.split(' - ')[0].replace(/&/g,'%26').replace(/\\+/g, '%2B');

}

}

addTab("http://en.wikipedia.org/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") || window.location.href.indexOf("w/index.php?title=Special:") != -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]);}

}

//END

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

//MAIN

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

$(Mainfast)

function Mainfast()

{

userlogs();

changelinks();

navigationlinks();

addtoolboxlinks();

}

window.onload = Main;

function Main()

{

block_check();

lastdiff();

addtoplink();

if(addSinceTab)

{addSinceTab();}

}

//END

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

function block_check()

{

if (location.href.indexOf('http://en.wikipedia.org/w/index.php?title=Special:Blockip&ip=Voice+of+All') != -1 || location.href.indexOf('http://en.wikipedia.org/wiki/Special:Blockip/Voice_of_All') != -1)

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

}

//

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

//Slow load tools

// Script from User:MarkS/extraeditbuttons.js

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

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

//END

//New user log tools

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

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

//END

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

//Google tools

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

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

//END

//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

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

//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:Wikipedians who use VoA script

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