<marquee bgcolor="#9E0000"><font color="#FFFFFF">Add Your Text Here</font></marquee>
Sunday, 30 October 2016
Friday, 28 October 2016
code stop blogger redirect
<script type="text/javascript">
var blog = document.location.href.toLowerCase();
if (!blog.match(/\.blogspot\.com/)) {
blog = blog.replace(/\.blogspot\..*?\//, ".blogspot.com/ncr/");
window.location.replace(blog);
}
</script>
var blog = document.location.href.toLowerCase();
if (!blog.match(/\.blogspot\.com/)) {
blog = blog.replace(/\.blogspot\..*?\//, ".blogspot.com/ncr/");
window.location.replace(blog);
}
</script>
Monday, 10 October 2016
Subscribe to:
Posts (Atom)