if(mw.config.get("wgCanonicalSpecialPageName") === "Contributions"){
	if(typeof($('p:contains("No changes were found matching these criteria.")').html()) !== 'undefined'){
		$('p:contains("No changes were found matching these criteria.")').addClass("error");
		$("h1#firstHeading").html(tickGood + " " + $("h1#firstHeading").html());
		document.title = Ucheck + document.title;
	}
}