Created
December 3, 2025 08:44
-
-
Save maanimis/7410046846705bf39e6d9ddefa51d221 to your computer and use it in GitHub Desktop.
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 auto-download-subtitletools | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2025-12-03 | |
| // @description try to take over the world! | |
| // @author You | |
| // @match https://subtitletools.com/subtitle-sync-shifter/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=subtitletools.com | |
| // @grant none | |
| // ==/UserScript== | |
| (function() { | |
| 'use strict'; | |
| document.querySelector('button[class="a-text2"]')?.click(); | |
| })(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment