|
2025-07-07 01:41
조회: 110,856
추천: 57
유튜브 뒤로가기 막은거 뚫는법크롬 확장 프로그램에 TamperMonkey 설치해서 새 스크립트 만들고 // ==UserScript== // @name YTBetter // @namespace YTBetter // @match https://*.youtube.com/* // @run-at document-start // @grant none // @version 2.0 // @author トワ… // @description Patches YouTube to bypass some limitations // ==/UserScript== "use strict"; // Interop with "Simple YouTube Age Restriction Bypass" const { get: getter, set: setter, } = Object.getOwnPropertyDescriptor(Object.prototype, "playerResponse") ?? { set(value) { this[Symbol.for("YTBetter")] = value; }, get() { return this[Symbol.for("YTBetter")]; }, }; const isObject = (value) => value != null && typeof value === "object"; Object.defineProperty(Object.prototype, "playerResponse", { set(value) { if (isObject(value)) { const { videoDetails } = value; if (isObject(videoDetails)) { videoDetails.isLiveDvrEnabled = true; } } setter.call(this, value); }, get() { return getter.call(this); }, configurable: true, }); 이거 넣고 스크립트 실행한다음에 새로고침하면 유튜브 라이브 뒤로가기 막은거 뚫림
EXP
5,921
(80%)
/ 6,001
|
메이플스토리 인벤 자유게시판 게시판
인벤 전광판
[메르맞지] 솔직히 쁘띠 스노우 가능임
[원자폭탄] 템 팔고 6개월간 롤하는게 메이플 하는거보다 세짐!
[louis] 모두 올 한해 수고하셨습니다 새해엔 좋은 일 가득하길!
메이플스토리 인벤에 오신 것을 환영합니다~★
[젓가락왕자] 나는 쌀다팜~ 난 이미 쌀다팜ㅋㅋ
라이징