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 Amazon Keepa and Sakura Checker | |
// @description Amazon Keepa and Sakura Checker Plugin for Amazon Japan | |
// @author Maxeo | maxeo.net, Kusaanko | |
// @license https://creativecommons.org/licenses/by-sa/4.0/ | |
// @match https://www.amazon.co.jp/* | |
// @version 1.3.2 | |
// @namespace https://greasyfork.org/users/88678 | |
// ==/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 YouTube hide icon | |
// @namespace http://github.com/kusaanko | |
// @version 0.1 | |
// @description Hide icons on youtube. | |
// @author Kusaanko | |
// @match https://*.youtube.com/* | |
// @require https://code.jquery.com/jquery-3.4.1.min.js | |
// @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 YouTube for Study | |
// @namespace http://github.com/kusaanko | |
// @version 0.1 | |
// @description Hide elements that bother you studying. | |
// @author Kusaanko | |
// @match https://*.youtube.com/* | |
// @require https://code.jquery.com/jquery-3.4.1.min.js | |
// @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 Key to Subtitles | |
// @namespace https://github.com/kusaanko | |
// @version 0.1 | |
// @description Display subtitle while pressing S key in YouTube. | |
// @author Kusaanko | |
// @match https://www.youtube.com/watch* | |
// @grant none | |
// @require https://code.jquery.com/jquery-3.3.1.min.js | |
// ==/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 GitHub's Releases Download Count Viewer for Tampermonkey | |
// @version 0.7 | |
// @updateURL https://gist.github.com/kusaanko/0501af806454b090972784dddff04bcf/raw/Show%2520download%2520count%2520of%2520GitHub%2520release%2520for%2520Tampermonkey.user.js | |
// @downloadURL https://gist.github.com/kusaanko/0501af806454b090972784dddff04bcf/raw/Show%2520download%2520count%2520of%2520GitHub%2520release%2520for%2520Tampermonkey.user.js | |
// @description Displays the download count of GitHub's release. | |
// @author Kusaanko | |
// @match https://github.com/* | |
// @grant none | |
// @namespace https://github.com/kusaanko |