Vk counter
by Sova
JavaScript
(async function() {
const result = await fetch('https://vk.com/share.php?act=count&index=0&url=https://jsfiddle.net/');
console.log(result)
})()
by Sova
(async function() {
const result = await fetch('https://vk.com/share.php?act=count&index=0&url=https://jsfiddle.net/');
console.log(result)
})()