This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |