のデータを使って、 はてブの管理画面(http://b.hatena.ne.jp/自分のユーザーID/config)の、詳細設定の非表示ユーザーのところに「Webから取得」というボタンをつけて、クリックしたら自動的に取ってきてくれるGreasemonkeyスクリプト。 // ==UserScript== // @name GetHatenaBookmarkIgnoreUsers // @namespace http://d.hatena.ne.jp/javascripter/ // @include http://b.hatena.ne.jp/*/config // ==/UserScript== (function() { var [ignore] = document.getElementsByName('ignore_users'); var button = document.cr