Skip to content

Instantly share code, notes, and snippets.

@RC128tech
RC128tech / 01 - UPDD Driver Enhancer
Last active October 14, 2025 05:57
UPDD macOS Touch Driver Enhancer
Hello all UPDD users,
I found a better solution to reinitialize the UPDD daemon without non-macOS tools.
It is tested with the UPDD version 6.00.771 on Mavericks and Mojave.
Before installing the driver, I set the date to 01-01-2038, the UNIX End-Of-The-World-Date.
I'm not sure if this made any difference, but I did it.
This is the shell script to use:
@dansleboby
dansleboby / get_subtitle_files.js
Last active January 12, 2026 15:42
Suno.com Aligned Words Fetcher to SRT or LRC file
// ==UserScript==
// @name Suno Aligned Words Fetcher with Auth
// @namespace http://tampermonkey.net/
// @version 1.2
// @description Fetch aligned words with auth and add a button under the image on Suno pages.
// @author Your Name
// @match https://suno.com/song/*
// @grant none
// ==/UserScript==