Greasy Fork is available in English.

Youtube PiP 子母畫面支援 - Enable Picture-in-Picture(PiP) mode on Youtube

Enable in-build youtube pip mode.

질문, 리뷰하거나, 이 스크립트를 신고하세요.
// ==UserScript==
// @name        Youtube PiP 子母畫面支援 - Enable Picture-in-Picture(PiP) mode on Youtube
// @name:zh     Youtube PiP 子母畫面支援 - Enable Picture-in-Picture(PiP) mode on Youtube
// @namespace   Violentmonkey Scripts
// @match       https://www.youtube.com/watch
// @grant       none
// @version     1.12
// @author      IVSnote App
// @description Enable in-build youtube pip mode.
// @description:zh 開啟內建 Youtube 子母畫面支援。
// ==/UserScript==

var pipbtn = document.getElementsByClassName('ytp-pip-button ytp-button')[0];
pipbtn.removeAttribute('style');
pipbtn.getElementsByTagName('path')[0].setAttribute('fill','#edc226');