يزيل سمة disablePictureInPicture لتمكين صورة داخل صورة على جميع الفيديوهات. يضمن ظهور زر PiP الأصلي حيثما أمكن.
Description:
Automatically removes the disablePictureInPicture attribute from <video> elements, enabling native Picture-in-Picture (PiP) mode on websites that intentionally block it (e.g., Disney+, Max, Crunchyroll).
The script activates only on pages containing video elements and ensures the browser’s built-in PiP button is visible where supported.
Key Features:
disablePictureInPicture. controls=true) to reveal the native PiP button (especially in Chrome/Edge). document-start) and uses MutationObserver for dynamically loaded videos (perfect for Netflix, Disney+, etc.).