Skip to content

Instantly share code, notes, and snippets.

View NantipatSoftEn's full-sized avatar
:octocat:
(=ↀωↀ=) ^ↀᴥↀ^ (^・ェ・^) 🧶🧶

Nantipat NantipatSoftEn

:octocat:
(=ↀωↀ=) ^ↀᴥↀ^ (^・ェ・^) 🧶🧶
  • Thailand
View GitHub Profile
async function run() {
const wait = ms => new Promise(resolve => setTimeout(resolve, ms))
const selector = 'div[aria-label="Toggle to follow"] div'
const nodes = [...document.querySelectorAll(selector)]
for (let node of nodes) {
const text = node.parentElement.parentElement.parentElement.innerText
console.log(text)