Created
November 16, 2022 15:46
-
-
Save katopz/b63d31528b691cbf79c18c0771cf77ec to your computer and use it in GitHub Desktop.
change header title tab to some element every second
This file contains 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
// 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