A Tampermonkey userscript that adds AI-powered video summarization capabilities to YouTube using GPT-4 and Claude models.
Updated recently to give better / more detailed summaries for the 'detailed summaries' button
A UserScript to export your characters data from Battle Chronicle to Genshin Optimizer
| // ==UserScript== | |
| // @name Genshin Impact Teyvat Interactive Map - Automate mark pins | |
| // @name:de Genshin Impact Teyvat Interactive Map - Automatisches setzen der Markierung | |
| // @namespace https://kurotaku.de | |
| // @version 1.3.0.1 | |
| // @description Adds an switch, if the switch is enabled and you click on a map marker, the script automatic clicks on the mark pin button | |
| // @description:de Fügt einen Schalter hinzu, wenn der Schalter aktiviert ist und Sie auf eine Kartenmarkierung klicken, klickt das Skript automatisch auf den Markierungsknopf | |
| // @author Kurotaku | |
| // @license CC BY-NC-SA 4.0 | |
| // @include https://act.hoyolab.com/ys/app/interactive-map/index.html* |
| // Original video tutorial | |
| // https://www.youtube.com/watch?v=6iSuc2vxT8g | |
| // 0. Install a Homebrew | |
| // https://brew.sh/ | |
| // 1. Install Ruby to your Mac | |
| // brew install ruby | |
| // 2. Install aria2 tool |
| // ==UserScript== | |
| // @name VortexScript | |
| // @namespace http://localhost | |
| // @description auto pokemon finder | |
| // @include http://zeta.pokemon-vortex.com/map.php?map=* | |
| // @include http://theta.pokemon-vortex.com/map.php?map=* | |
| // @require http://code.jquery.com/jquery-2.1.4.js | |
| // @version 1.0 | |
| // @grant none | |
| // ==/UserScript== |