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を非表示にする。
* @include http://h.hatena.ne.jp/*following
* @include http://h1beta.hatena.ne.jp/*following
* @include http://h.hatena.com/*following
* @include http://h1beta.hatena.com/*following
* @license MIT License
*/
(function() {
var s = document.createElement('style');
s.setAttribute('type', 'text/css');
s.innerHTML='.import-starfriends{display:none;}';
document.getElementsByTagName('head').item(0).appendChild(s);
})();
-
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。