Skip to content

Instantly share code, notes, and snippets.

View djosix's full-sized avatar
🐑
In a relationsheep

Yuan-Kui Li djosix

🐑
In a relationsheep
View GitHub Profile
if (location.pathname.startsWith('/play')) {
(() => {
function downloadVideo(print = console.log) {
let url =
document
.querySelector('video')
.firstElementChild
.getAttribute('src');