Skip to content

Instantly share code, notes, and snippets.

@ushironoko
Created November 26, 2021 11:11
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 ushironoko/d7f8c7f70ec6e2a3d116ed66d902357f to your computer and use it in GitHub Desktop.
Save ushironoko/d7f8c7f70ec6e2a3d116ed66d902357f to your computer and use it in GitHub Desktop.
auto update timeline on twitter(ja)
// https://chrome.google.com/webstore/detail/scriptautorunner/gpgjofmpmjjopcogjgdldidobhmjmdbm?hl=ja-jp
setInterval(() => {
let b = document.querySelector('#react-root > div > div > div.css-1dbjc4n.r-18u37iz.r-13qz1uu.r-417010 > main > div > div > div > div.css-1dbjc4n.r-14lw9ot.r-jxzhtn.r-1ljd8xs.r-13l2t4g.r-1phboty.r-1jgb5lz.r-11wrixw.r-61z16t.r-1ye8kvj.r-13qz1uu.r-184en5c > div > div.css-1dbjc4n.r-1jgb5lz.r-1ye8kvj.r-13qz1uu > div > div > section > div > div > div:nth-child(1) > div > div')
b ? b.click() : (() =>{console.log('pass')})
}, 1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment