Skip to content

Instantly share code, notes, and snippets.

@Neppu-Nep
Neppu-Nep / holodex-multi-embed-fix.user.js
Last active August 7, 2026 16:56
Tampermonkey userscript that automatically detects stalled YouTube embeds on Holodex and restores playback via native Vue component refresh or iframe replacement while preserving audio state, autoplay settings, and URL query parameters.
// ==UserScript==
// @name Holodex Multiview YouTube Embed Recovery
// @namespace Nep
// @version 0.0.1
// @author Nep
// @description Automatically detects stalled YouTube embeds and restores playback via native Holodex Vue refresh or iframe replacement, preserving volume, mute state, query parameters, and autoplay settings.
// @match https://holodex.net/*
// @match https://www.youtube.com/embed/*
// @run-at document-start
// @grant GM_getValue
// ==UserScript==
// @name Monster Siren Record Download Button
// @namespace Nep
// @version 0.3
// @description Adds a download button to Monster Siren music pages to download song records directly.
// @author Nep
// @match https://monster-siren.hypergryph.com/*
// @connect res01.hycdn.cn
// @grant GM_xmlhttpRequest
// @grant GM_addStyle
@Neppu-Nep
Neppu-Nep / youtube-embed-fixes.user.js
Last active December 30, 2024 05:32
Fixes for youtube embed issues (Membership embed not working, embed videos not resuming from where left off)
// ==UserScript==
// @name Youtube Embed Fixes
// @version 2024-12-30
// @description Temp fixes for youtube embed issues
// @author Nep
// @connect www.youtube.com
// @match https://www.youtube.com/embed/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com
// @grant unsafeWindow
// @grant GM_xmlhttpRequest
@Neppu-Nep
Neppu-Nep / userscript.user.js
Last active December 29, 2024 10:29
Youtube membership embed temp fix
// ==UserScript==
// @name Youtube Membership Embed Temp Fix
// @version 2024-12-29
// @description Temp fix for membership embeds
// @author Nep
// @match https://www.youtube.com/embed/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com
// @grant unsafeWindow
// @run-at document-start
// ==/UserScript==