Hatena Haiku Import-StarFriends Blocker

    @@ -1,13 +1,18 @@ /* - * @title Hatena Haiku remove Import StarFriends - * @description はてなハイクアンテナのImport StarFriendsを非表示にする。Greasemonkeyでのみ動作。 - * @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 + * @title Hatena Haiku Import-StarFriends Blocker + * @description Block StarFriends-Import on Hatena Haiku + * @include http://h.hatena.tld/*following + * @include http://h1beta.hatena.tld/*following + * @contributor mino90 http://let.hatelabo.jp/mino90/let/gYC-xtWy0IrYLg (Fork of) + * @license MIT License http://www.opensource.org/licenses/mit-license + * @require https://raw.github.com/gist/3972075/hatena-haiku-import-starfriends-blocker.user.js */ -(function() { -GM_addStyle('.import-starfriends{display:none;}'); -})(); +// Changes +// - omit GM_addStyle + +// Devel +// https://gist.github.com/3972075 + +// UserScript +// https://raw.github.com/gist/3972075/hatena-haiku-import-starfriends-blocker.user.js
  • /*
     * @title       Hatena Haiku Import-StarFriends Blocker
     * @description Block StarFriends-Import on Hatena Haiku
     * @include     http://h.hatena.tld/*following
     * @include     http://h1beta.hatena.tld/*following
     * @contributor mino90 http://let.hatelabo.jp/mino90/let/gYC-xtWy0IrYLg (Fork of)
     * @license     MIT License http://www.opensource.org/licenses/mit-license
     * @require     https://raw.github.com/gist/3972075/hatena-haiku-import-starfriends-blocker.user.js
     */
    
    // Changes
    // - omit GM_addStyle
    
    // Devel
    // https://gist.github.com/3972075
    
    // UserScript
    // https://raw.github.com/gist/3972075/hatena-haiku-import-starfriends-blocker.user.js
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2012/10/29 16:20:21 - 2012-10-29
  2. 2012/10/29 16:18:23 - 2012-10-29
  3. 2012/10/29 15:52:27 - 2012-10-29