// ==UserScript== // @name Kemono Tools // @author ryouzue // @description An utility tool with theme for kemono.su / kemono.cr // @version 0.4.1 // @match https://kemono.su/* // @match https://*.kemono.su/* // @match https://kemono.cr/* // @match https://*.kemono.cr/* // @icon https://www.google.com/s2/favicons?sz=64&domain=kemono.cr // @updateURL https://raw.githubusercontent.com/aquaryuo/userscripts/main/kemono.su/kemono.user.js // @downloadURL https://raw.githubusercontent.com/aquaryuo/userscripts/main/kemono.su/kemono.user.js // @require https://raw.githubusercontent.com/aquaryuo/userscripts/main/kemono.su/script.js?v=0.4.1 // @grant GM_addStyle // @grant GM_getValue // @grant GM_setValue // @run-at document-start // @noframes // ==/UserScript==