User:LFaraone/autounhide.js
if (document.getElementById("mw-rev-suppressed-unhide-diff") && document.location.search.indexOf("unhide=1") == -1 ) {
document.location.search = document.location.search + "&unhide=1&unhideauto=1";
}
else if(document.location.search.indexOf("unhideauto=1") != -1 ){
$("#content").css("background-color", "#FFDBDB");
}