SStive39

VK voice downloader

Sep 2nd, 2020
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. url = "http://autochess.pythonanywhere.com/msgdownload?urls=";
  2. document.getElementsByClassName("audio-msg-track clear_fix").forEach(function(item){
  3. if (item.getAttribute('data-mp3')) url += item.getAttribute('data-mp3') + ',';
  4. });
  5. window.open(url.slice(0, -1));
Add Comment
Please, Sign In to add comment