Skip to content

Instantly share code, notes, and snippets.

@vdeemann
Created June 18, 2026 23:04
Show Gist options
  • Select an option

  • Save vdeemann/d021287bf58209f96c744b5dc4f71f4a to your computer and use it in GitHub Desktop.

Select an option

Save vdeemann/d021287bf58209f96c744b5dc4f71f4a to your computer and use it in GitHub Desktop.
A backup copy of turnStyles for https://70s.neader.com (deepcut.fm)
// 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