This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name bookmark style | |
| // @namespace khsk | |
| // @include http://b.hatena.ne.jp/entry/* | |
| // @version 1 | |
| // @grant GM_xmlhttpRequest | |
| // @grant GM_addStyle | |
| // ==/UserScript== | |
| const Hatena = unsafeWindow.Hatena |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name move entory-about to top | |
| // @namespace khsk | |
| // @description 本文とタグをトップに移動 | |
| // @include http://b.hatena.ne.jp/entry/* | |
| // @include https://b.hatena.ne.jp/entry/* | |
| // @version 1 | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Qiita show followees iine | |
| // @namespace khsk | |
| // @description 記事に自分(ユーザー)がフォローandいいねしているユーザーを表示 | |
| // @include http://qiita.com/*/items/* | |
| // @include https://qiita.com/*/items/* | |
| // @include http://qiita.com/*/private/* | |
| // @include https://qiita.com/*/private/* | |
| // @version 1 | |
| // @grant none |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Qiita Notification classification | |
| // @namespace khsk | |
| // @description 新規通知を分類分けして表示する | |
| // @include http://qiita.com/* | |
| // @include https://qiita.com/* | |
| // @version 1 | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Qiita user filter for feed | |
| // @namespace khsk | |
| // @description フィードから特定ユーザーの投稿を非表示にする | |
| // @include https://qiita.com/ | |
| // @include https://qiita.com/trend | |
| // @include https://qiita.com/timeline | |
| // @include https://qiita.com/tag-feed | |
| // @version 1 | |
| // @grant none |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Qiita report spam issue | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description ワンクリックでスパム報告 | |
| // @author khsk | |
| // @include https://qiita.com/*/items/* | |
| // @grant none | |
| // ==/UserScript== |
OlderNewer