Created
June 18, 2026 23:04
-
-
Save vdeemann/d021287bf58209f96c744b5dc4f71f4a to your computer and use it in GitHub Desktop.
A backup copy of turnStyles for https://70s.neader.com (deepcut.fm)
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
| // Bookmarklet Access To Plugin | |
| const path = "https://ts.pixelcrisis.co/build" | |
| window.localStorage.setItem("tsBase", path) | |
| // inject the main turnStyles script | |
| const main = document.createElement('script') | |
| main.type = 'text/javascript' | |
| main.src = `${ path }/turnStyles.js?v=${ Math.random() }` | |
| document.body.append(main) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment