Skip to content

Instantly share code, notes, and snippets.

@outring
outring / vk.video.bookmarklet.js
Last active June 30, 2022 09:34
VK video links extractor
(function() {
function setStyle(node, style) {
Object.keys(style).forEach(function(key) {
node.style[key] = style[key];
});
}
if (location.host !== "m.vk.com") {
alert("Для начала надо зайти на m.vk.com, например.");