YouTube Default to My Subscriptions

Makes YouTube automatically redirect you to your Subscription page if signed in.

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램을 설치해야 합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

작성자
Aemony
일일 설치 수
0
총 설치 수
1,437
평점
8 1 0
버전
1.0
생성일
2014-09-07
갱신일
2014-09-07
크기
633바이트
라이선스
해당 없음
적용 사이트

This script makes YouTube automatically redirect you to your Subscription page if signed in on the website. It also allows you to visit the What to Watch page if you browse to it from the Subscription page. This applies to every link that takes you to the main page, including the "What to Watch" link and the YouTube logo. So if you're, say, on a video page you need to click What to Watch twice to get to that page.

It should be fairly quick, and should only run on the main page of YouTube (www.youtube.com). Both HTTP and HTTPS should be supported and it seems to work as intended in both Firefox and Chrome.

---

The script checks if the cookie "SID" exists to determine whether or not you're logged in. I'm unfamiliar with the purpose of this cookie, but my best bet would be that it includes the SESSION ID YouTube uses on the server. No data is collected or transferred at any point during the execution of the script.