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. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
// 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