Slashdot is powered by your submissions, so send in your scoop

 



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

Do you suffer painful elimination? -- Don Knuth, "Structured Programming with Gotos"

Working...