(function(){"use strict";var html=document.getElementsByTagName("html")[0];function kickAdvisor(){var htmlMargin=parseInt(html.style.marginTop),count=0;if(htmlMargin>0){var allDivs=document.querySelectorAll("body > div");allDivs.forEach(function(elem,index){if(elem.firstChild&&elem.firstChild.nodeName=='DIV'){var childNode=elem.firstChild;if(window.getComputedStyle(childNode).getPropertyValue("background-color")=="rgb(250, 223, 118)"){var node=elem;while(node.parentNode.nodeName.toLowerCase()!="body"&&count<20){node=node.parentNode;count++}node.setAttribute("style","display:none !important;");html.setAttribute("style","margin-top: 0")}}})}}document.body.addEventListener('DOMSubtreeModified',function(){kickAdvisor()},false)})();