removeDisablePiPAttribute
removeDisablePiPAttribute copied to clipboard
Remove disablePictureInPicture attributes from videos.
removeDisablePiPAttribute
Bookmarklet that removes disablePictureInPicture attributes from videos.
Useful for Disney Plus and other websites.
Usage
- To create the bookmarklet, edit any existing bookmark and change the URL to the code inside bookmarklet.js. As for bookmark name, choose anything.
- Click on the bookmarklet to clear "disablePictureInPicture" attributes.
- Activate PiP mode using your preferred method.
Bookmarklet.js
javascript:document.querySelectorAll("video").forEach(video => {
/* https://github.com/polywock/removeDisablePiPAttribute */
video.removeAttribute("disablePictureInPicture");
})
Userscript alternative
https://greasyfork.org/en/scripts/426660-remove-pip-disable-attributes