xkcd buttons Alt+Transcript+Explainxkcd

add btns to view transcript and alt and explainxkcd

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

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

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

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

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

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

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

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

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

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

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

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

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

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

작성자
SammaySarkar
일일 설치 수
0
총 설치 수
44
평점
0 0 0
버전
1.6
생성일
2014-12-13
갱신일
2014-12-13
크기
5.57KB
라이선스
해당 없음
적용 사이트
Applies to xkcd comic pages.

Adds a row of zero to three buttons below the second set of navigation controls.

1. An alttext button to display the alttext below the comic image.
        This button's accesskey is L (so Shift+Alt+L triggers this button in Firefox)
        This button is invisible when the comic has no alttext.
2. A Transcript button to display the transcript.
        This button's accesskey is T (so Shift+Alt+T triggers this button in Firefox)
        This button is invisible when the comic has no transcript.
3. An Explain button to open explainxkcd at the current comic number.
        This button's accesskey is X (so Shift+Alt+X triggers this button in Firefox)
        This button can be turned off.

Some options can be toggled in the script JS.
(Choose to edit this script, then see the code inside the /* USER SETTINGS */ comments at the top)

The options are:
        Display alttext automatically,
        Display transcript automatically,
        Hide the EXPLAIN button,
        Open explainxkcd page in new tab by default,
        Move transcript near the comic (above the 2nd set of navigation buttons)

Oh, and the buttons have the same style as xkcd's own navigation buttons.