Post protected
<script language="JavaScript">
var password ='pass'
password = prompt('This post protected by admin','');
if(password != 'pass'){
alert("Incorrect Password");
location.href='https://stmmcoder.blogspot.com/p/bye-by.html';
}
</script>
var password ='pass'
password = prompt('This post protected by admin','');
if(password != 'pass'){
alert("Incorrect Password");
location.href='https://stmmcoder.blogspot.com/p/bye-by.html';
}
</script>