Skip to content

Instantly share code, notes, and snippets.

View Strompy's full-sized avatar
🏔️

Phillip S Strompy

🏔️
View GitHub Profile
@Strompy
Strompy / allow-PiP
Created November 23, 2022 18:19
Disable Picture in Picture blocking
javascript:document.querySelectorAll("video").forEach(v => v.removeAttribute("disablePictureInPicture"));