Skip to content

Instantly share code, notes, and snippets.

@mendozalz
Created July 19, 2024 17:25
Show Gist options
  • Save mendozalz/e87c74de13b256ef5f3bf885e3a5d423 to your computer and use it in GitHub Desktop.
Save mendozalz/e87c74de13b256ef5f3bf885e3a5d423 to your computer and use it in GitHub Desktop.
Descargador de videos background Webs
var videos = document.querySelectorAll('video');
videos.forEach(video => {
console.log(video.src);
});
@mendozalz
Copy link
Author

Un simple script para descargar videos background de cualquier web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment