Social Media Video Downloader

var link = document.createElement('a'); link.href = videoUrl; link.target = '_blank'; link.click();

Comments