Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:spam (Score 1) 231

Here, I just made a little bookmarklet to make the bitcoin articles have a lower opacity.

javascript:$('#firehoselist [id^="firehose-"]').each(function(i){var $article=$(this);if(/bitcoin/i.test($article.text()))$article.css("opacity",0.25)});

Clearly I make a draggable link but you're probably a smart cookie and can figure out where to put it.

Slashdot Top Deals

As long as we're going to reinvent the wheel again, we might as well try making it round this time. - Mike Dennison

Working...