Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MinimaJack/bd2acef999a092ea8e38ffee7edd8784 to your computer and use it in GitHub Desktop.
Save MinimaJack/bd2acef999a092ea8e38ffee7edd8784 to your computer and use it in GitHub Desktop.
setInterval(function () {
document.getElementById('portal-editor-input').textContent = "Надеюсь успел нажать к закрытию чата";
$(".btn-submit").trigger("click");
}, 60000*3);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment