Hatena Haiku remove Import StarFriends
by
mino90
2014-05-02 [2014/05/02 00:36:38]
はてなハイクアンテナのImport StarFriendsを非表示にする。
/*
* @title Hatena Haiku remove Import StarFriends
* @description はてなハイクアンテナのImport StarFriendsを非表示にする。Greasemonkeyでのみ動作。
* @include http://h.hatena.ne.jp/*following
* @include http://h1beta.hatena.ne.jp/*following
* @license MIT License
* @private
*/
(function() {
GM_addStyle('.import-starfriends{display:none;}');
})();
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。