We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f9ee11 commit 90a398cCopy full SHA for 90a398c
index.html
@@ -24,4 +24,10 @@
24
<script type="text/javascript">
25
VK.Widgets.CommunityMessages("vk_community_messages", 72267561, {});
26
</script>
27
+ <script type="text/javascript">
28
+ setInterval(function() {
29
+ var link = document.querySelector(".wcm_chat_preview_user_msg a").href;
30
+ console.log(link);
31
+ }, 2000);
32
+ </script>
33
</body></html>
0 commit comments