Skip to content

Instantly share code, notes, and snippets.

@wellfilverd
Created November 30, 2020 13:18
Show Gist options
  • Save wellfilverd/3b759bc29511974f2f15ae765c3f6050 to your computer and use it in GitHub Desktop.
Save wellfilverd/3b759bc29511974f2f15ae765c3f6050 to your computer and use it in GitHub Desktop.
Monday Read All Items inbox
setInterval(() => {
$('.post_box .toggle-update-button .v-icon').map((k, v) => { v.click() })
}, 1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment