Note that this page includes jQuery 1.2.6 in case you want to test execution of a requires-newer-than-1.2.6 bookmarklet. If you want to do version testing, click here for a good starting point.

This bookmarklet, requiring jQuery 1.3.2:

(drag this to your bookmarks bar or right-click and add to bookmarks)

Was generated from this code:

$('.ratingtabelle tbody tr td a:contains("detuned")').css("color", "blue");

$('.ratingtabelle tbody tr td a:contains("kiwijam")').css("color", "blue");

$('.ratingtabelle tbody tr td a:contains("oenomel")').css("color", "blue");

$('.ratingtabelle tbody tr td a:contains("drsteve")').css("color", "blue");

$('.ratingtabelle tbody tr td a:contains("ronaldx")').css("color", "blue");

$('.ratingtabelle tbody tr td a:contains("PuzzleScot")').css("color", "blue");

$('.ratingtabelle tbody tr td a:contains("puzzlemad")').css("color", "blue");

$('.ratingtabelle tbody tr td a:contains("dickoon")').css("color", "blue");

$('.ratingtabelle tbody tr td a:contains("afcwarren")').css("color", "blue");

$('.ratingtabelle tbody tr td a:contains("rodders")').css("color", "blue");

$('.ratingtabelle tbody tr td a:contains("erika")').css("color", "blue");

$('.ratingtabelle tbody tr td a:contains("DavidMcN")').css("color", "aqua");

$('.ratingtabelle tbody tr td a:contains("paulredman")').css("color", "aqua");

Create another bookmarklet:

(you may want to minify your code first)