Skip to content

Instantly share code, notes, and snippets.

@tautologico
Created September 25, 2019 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tautologico/eab64ee8bf5618cb5331dc79654a5731 to your computer and use it in GitHub Desktop.
Save tautologico/eab64ee8bf5618cb5331dc79654a5731 to your computer and use it in GitHub Desktop.
let py = document.querySelector('#playerFrame').
contentDocument.querySelectorAll('rt')
let escondePinYin = () => py.forEach( e => e.style.color = '#FFFFFF' )
let mostraPinYin = () => py.forEach( e => e.style.color = '#000000' )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment