Skip to content

Instantly share code, notes, and snippets.

@maanimis
Created December 3, 2025 08:44
Show Gist options
  • Select an option

  • Save maanimis/7410046846705bf39e6d9ddefa51d221 to your computer and use it in GitHub Desktop.

Select an option

Save maanimis/7410046846705bf39e6d9ddefa51d221 to your computer and use it in GitHub Desktop.
// ==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