Skip to content

Instantly share code, notes, and snippets.

@kingspp
Last active July 21, 2023 01:26
Show Gist options
  • Save kingspp/eccb090dacd9ea1989a2852e9c24eb9d to your computer and use it in GitHub Desktop.
Save kingspp/eccb090dacd9ea1989a2852e9c24eb9d to your computer and use it in GitHub Desktop.
Compile document on window focus
// Run below code in respective window console
window.addEventListener("focus", e => document.getElementsByClassName("split-menu-button")[0].click());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment