Vote against the Navbar hijack.
I don't want a random blog, i just want the next one.

Flag the blog that hijack the next button

Stop the NavBar hijack

I was browsing blogs clicking on the next blog button and I have landed on a blog that hijacked my next button. And by hijack i really meant hijack. Not hiding the usual navbar like some of the blogs do.
They had a crafted navbar that simulated the real navbar but the Next button was showing me some others blogs that pay to get traffic. This is really annoying. So annoying that I decided to find a way to flag them. After I had a look at her source page I manage to create a javascript that flag them manually.
So I have decided to release the code to the world.

So if anybody want to help me in my fight about Navbar Hijack pleas put the following code in your blog.


<script language="Javascript" type="text/javascript">
<!--
function flagthem()
{
// http://random-blog-button.blogspot.com/
var FLAG1 = 'http://www2.blogger.com/flag-blog.g?nav='
+ 1 +
'&toFlag=' + 34574142;

// http://randomblogbutton-firefox.blogspot.com/
var FLAG2 = 'http://www2.blogger.com/flag-blog.g?nav='
+ 1 +
'&toFlag=' + 34574666 ;

//randomblogbutton.blogspot.com
var FLAG3 = 'http://www2.blogger.com/flag-blog.g?nav='
+ 1 +
'&toFlag=' + 34573177;

var date = new Date();
var servletTarget1 = new Image();
var servletTarget2 = new Image();
var servletTarget3 = new Image();

servletTarget1.src = FLAG1 + '&d=' + date.getTime();
servletTarget2.src = FLAG2 + '&d=' + date.getTime();
servletTarget3.src = FLAG3 + '&d=' + date.getTime();}
//-->
</script>
<a href="http://nonavbarhijack.blogspot.com/" target="_blank">
<img alt="Flag the blog that hijack the next button"
src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiHwB3iT3WPhPfUNwRboyacWyQSLbjl7bX5ePywJDTvzVMa5efjGlWQ4d1jm_A5HS9ChbyDfx7rjWkHpNME6zWhtC5oB1V2ItuZQ10zePGUP36xgE9FRyZ4c9uGccPer2sD3u8t-1Lc3VBw/s400/random.png" onclick="flagthem()"/>
</a>


Template -> Page Elements -> Add a Page Element -> HTML/JavaScript (Add To Blog) > Paste the code in the "content" field and click "Save Changes"

When the button is pressed it will flag the the following blogs:

random-blog-button.blogspot.com
randomblogbutton-firefox.blogspot.com
randomblogbutton.blogspot.com


BTW: If you are worried that you give them rank because you link to me and I am linking to them , don't worry , the links to them are with the rel="nofollow" option.