Skip to content

Instantly share code, notes, and snippets.

@suhlig
Created April 9, 2021 13:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suhlig/e771fbf81f0a46eea90c751abd84e807 to your computer and use it in GitHub Desktop.
Save suhlig/e771fbf81f0a46eea90c751abd84e807 to your computer and use it in GitHub Desktop.
Re-crawl pinboard links
$x("//a[@title='Click to re-crawl this link']").forEach(element => element.click());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment