Skip to content

Instantly share code, notes, and snippets.

@kusaanko
kusaanko / Show download count of GitHub release for Tampermonkey.user.js
Last active October 9, 2023 01:09
Show download count of GitHub release for Tampermonkey
// ==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
@kusaanko
kusaanko / keytosubtitles.user.js
Created February 17, 2019 02:51
Display subtitle while pressing S key in YouTube.
// ==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==
@kusaanko
kusaanko / youtube_for_study.user.js
Last active September 17, 2022 09:45
YouTube for Study
// ==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==
@kusaanko
kusaanko / youtube_hide_icon.user.js
Created September 17, 2022 09:50
YouTube hide icon
// ==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==
@kusaanko
kusaanko / amazon_keepa_sakura_checker.user.js
Last active December 2, 2022 14:12
Amazon Keepa and Sakura Checker Plugin for Amazon Japan
// ==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==