はてなスターアイコンをウンコに置き換えます。
/* * @title はてなウンコスター * @description はてなスターアイコンをウンコに置き換えます。 * @include http://* * @license BSD * @require jQuery */ $('.hatena-star-star').each(function(index, item){ item.src = 'http://mattn.kaoriya.net/images/unko.gif' })