Skip to content

Commit 90a398c

Browse files
authored
Test vk feat
1 parent 0f9ee11 commit 90a398c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,10 @@
2424
<script type="text/javascript">
2525
VK.Widgets.CommunityMessages("vk_community_messages", 72267561, {});
2626
</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>
2733
</body></html>

0 commit comments

Comments
 (0)