Nhập chúng vào Bảng điều khiển Javascript:
document.getElementsByClassName("ytp-chrome-bottom")[0].style.display="none";
cho GUI phía dưới;
document.getElementsByClassName("ytp-gradient-bottom")[0].style.display="none";
cho độ dốc đáy;
document.getElementsByClassName("ytp-chrome-top")[0].style.display="none";
cho GUI hàng đầu;
document.getElementsByClassName("ytp-gradient-top")[0].style.display="none";
cho độ dốc trên cùng;
document.getElementsByClassName("branding-img-container")[0].style.display="none";document.getElementsByClassName("branding-context-container-outer")[0].style.display="none";
để xây dựng thương hiệu;
Đây là mã đơn giản:
document.getElementsByClassName("ytp-chrome-bottom")[0].style.display="none";
document.getElementsByClassName("ytp-gradient-bottom")[0].style.display="none";
document.getElementsByClassName("ytp-chrome-top")[0].style.display="none";
document.getElementsByClassName("ytp-gradient-top")[0].style.display="none";
document.getElementsByClassName("branding-img-container")[0].style.display="none";
document.getElementsByClassName("branding-context-container-outer")[0].style.display="none";
Lưu ý, bạn sẽ phải điều hướng qua các điều khiển bàn phím, nhưng điều đó không quá khó (mũi tên trái, mũi tên phải, khoảng trắng)