Skip to content

Instantly share code, notes, and snippets.

View mendozalz's full-sized avatar

Lenin Jose Mendoza Espina mendozalz

View GitHub Profile
@mendozalz
mendozalz / js
Created July 19, 2024 17:25
Descargador de videos background Webs
var videos = document.querySelectorAll('video');
videos.forEach(video => {
console.log(video.src);
});
@mendozalz
mendozalz / Feature.md
Created June 11, 2024 12:13 — forked from colbyfayock/Feature.md
E84 merge request template

Overview

What is the feature?

(Describe what the feature is)

What is the solution?

(Describe at a high level how the feature was implemented)

What areas of the site does impact?

(Describe what parts of the site are impacted andifcode touched other areas)