Skip to content

Instantly share code, notes, and snippets.

@eslin
eslin / gist:750dedea0b7cfd8e1cc14ed78e395176
Created April 7, 2025 20:11
tampermonkey: SVT spoiler remover
// ==UserScript==
// @name SVT Spoiler remover
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Remove elements with class names starting with '_highlight_'
// @author You
// @match https://www.svtplay.se/*
// @grant none
// ==/UserScript==
@eslin
eslin / gist:883255397c2af2f73bb6cdcf00ae0a5e
Created April 7, 2025 20:10
tampermonkey: plex subtitle filter
// ==UserScript==
// @name Selective Subtitle Button Handler on Plex
// @namespace http://tampermonkey.net/
// @version 1.3
// @description Highlights subtitle elements and handles their buttons based on language rules on Plex Desktop app.
// @author You
// @match https://app.plex.tv/desktop/*
// @grant none
// ==/UserScript==