Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iamarsenibragimov/de5de843caacb361102a650bb2fd5909 to your computer and use it in GitHub Desktop.
Save iamarsenibragimov/de5de843caacb361102a650bb2fd5909 to your computer and use it in GitHub Desktop.
setInterval(function(){
array = Array.from(document.querySelectorAll('span'))
.find(el => el.textContent === 'See More...');
array.click();
}, 500);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment