var flag=false;
window.onscroll=function(){
if(document.querySelector(\'html\').scrollTop >300){
flag=true; } //this condition is just a exa