Skip to content

Instantly share code, notes, and snippets.

@katopz
Created November 16, 2022 15:46
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 katopz/b63d31528b691cbf79c18c0771cf77ec to your computer and use it in GitHub Desktop.
Save katopz/b63d31528b691cbf79c18c0771cf77ec to your computer and use it in GitHub Desktop.
change header title tab to some element every second
// https://www.investing.com/currencies/usd-thb
setInterval(()=>{window.document.title = document.querySelectorAll('span[data-test=instrument-price-last]')[0].innerText}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment