Skip to content

Instantly share code, notes, and snippets.

@tluyben
Created February 20, 2022 09:16
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 tluyben/aef1d367ba26e74112341112c9f6dfed to your computer and use it in GitHub Desktop.
Save tluyben/aef1d367ba26e74112341112c9f6dfed to your computer and use it in GitHub Desktop.
no stars for react-feedback component (the lazy way)
setInterval(()=> {
document.getElementsByClassName('star-ratings')[0]?.style?.display = 'none';
document.getElementsByClassName('star')[4]?.parentElement?.parentElement?.click()
}, 100)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment