みんなに一個ずつ黄色スターをプレゼント
/* * @title 平等にスター * @description みんなに一個ずつ黄色スターをプレゼント * @include http://b.hatena.ne.jp/* * @license MIT License * @require jQuery */ (function($){ $('#all-bookmarks .hatena-star-add-button').click(); })(jQuery);