Forces YouTube links to load with a real page navigation instead of SPA routing.
이 스크립트는 직접 설치하는 용도가 아닙니다. 다른 스크립트에서 메타 지시문 // @require https://update.sleazyfork.org/scripts/579644/1834066/Youtube%20Error%20fix.js을(를) 사용하여 포함하는 라이브러리입니다.
What this script does is:
Youtube automatically plays the next video. The script intercepts the click before YouTube does. It cancels YouTube’s internal SPA navigation. It tells the browser:location.href = url; The browser performs a genuine page navigation. Entire JS state gets nuked and rebuilt from scratch.