Skip to content

Instantly share code, notes, and snippets.

@strickvl
strickvl / README.md
Last active August 31, 2025 22:11
Youtube Summarisation tampermonkey script

YouTube Video Summarizer

A Tampermonkey userscript that adds AI-powered video summarization capabilities to YouTube using GPT-4 and Claude models.

CleanShot 2025-01-19 at 17 27 06@2x

Updated recently to give better / more detailed summaries for the 'detailed summaries' button

Features

@atouu
atouu / README.md
Last active October 31, 2025 15:18
Battle Chronicle to GO
// ==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*
@SergLam
SergLam / Steps.swift
Last active April 17, 2025 00:41
XCode quick install / update
// 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
@zafercavdar
zafercavdar / pokefinder.js
Last active May 13, 2025 20:27
Pokemon-Vortex Pokemon Finder
// ==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==