Created
June 5, 2020 08:20
-
-
Save MinimaJack/bd2acef999a092ea8e38ffee7edd8784 to your computer and use it in GitHub Desktop.
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(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