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 Serve Cakes | |
| // @namespace https://github.com/mosaicer | |
| // @author mosaicer | |
| // @description Serve cakes and let's party | |
| // @match http://*.reddit.com/* | |
| // @match https://*.reddit.com/* | |
| // @version 1.0 | |
| // @run-at document-idle | |
| // @grant GM_addStyle |
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 Hide Recommended Posts on Tumblr | |
| // @namespace https://github.com/mosaicer | |
| // @author mosaicer | |
| // @description Hide recommended posts on dashboard of Tumblr | |
| // @include https://www.tumblr.com/dashboard | |
| // @version 1.0 | |
| // @run-at document-start | |
| // @grant GM_addStyle | |
| // ==/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 Don't disable right click! | |
| // @namespace https://github.com/mosaicer | |
| // @author mosaicer | |
| // @description Disables the ugly feature that disables right click | |
| // @version 1.0 | |
| // @run-at document-end | |
| // @grant GM_addStyle | |
| // ==/UserScript== | |
| (function () { |
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 My Post Downvoter | |
| // @namespace https://github.com/mosaicer | |
| // @version 1.0 | |
| // @description 自分が投稿したコメントを即DV | |
| // @author mosaicer | |
| // @match http://*.reddit.com/* | |
| // @match https://*.reddit.com/* | |
| // @grant none | |
| // ==/UserScript== |
- ドキュメント
- コーディング規約
- モジュール