Created
December 21, 2020 20:31
-
-
Save kofigumbs/a77b981fb5f52e04581d96ea654fd7a5 to your computer and use it in GitHub Desktop.
Muti, reload Slack on disconnect
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setInterval(() => { | |
if (document.body.innerText.includes('Load new messages.')) | |
window.location.reload(); | |
}, 90000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment