Skip to content

Instantly share code, notes, and snippets.

@dmlogv
Last active November 30, 2020 11:26
Show Gist options
  • Save dmlogv/e3fc62358478418bbaf3265a36a18872 to your computer and use it in GitHub Desktop.
Save dmlogv/e3fc62358478418bbaf3265a36a18872 to your computer and use it in GitHub Desktop.
pochta.ru mark tracks read
// Open https://www.pochta.ru/tracking
// Paste to Developer console
// Run
for (node of $$('[class ^= "UpdateStatus"]')) {
node.click();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment