User:Color probe/AYSYWTLO.js

From Wikipedia, the free encyclopedia

Note: After saving, you have to bypass your browser's cache to see the changes. Firefox/Mozilla/Safari: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Internet Explorer: press Ctrl-F5, Opera/Konqueror: press F5.

// START
// **************************************************
// ** Are You Sure You Want To Log Out script Beta **
// **************************************************
// ** by [[User:Color probe|color probe]]          **
// ** please don't use this script yet             **
// **************************************************

getElementByHref('Special:Userlogout')
for(a=0;a<link.length;a++){{
link[a].outerHTML=link[a].outerHTML.replace('href','onClick="return LogOut();" href')}}
function log_out()
{
	ht = document.getElementsByTagName("html");
	ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
	if (confirm('Are you sure you want to log out?'))
	{
		return true;
	}
	else
	{
		ht[0].style.filter = "";
		return false;
	}

// END