xkcd buttons Alt+Transcript+Explainxkcd

add btns to view transcript and alt and explainxkcd

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği yüklemek için Tampermonkey gibi bir uzantı yüklemeniz gerekir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği indirebilmeniz için ayrıca Tampermonkey gibi bir eklenti kurmanız gerekmektedir.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

Bu stili yüklemek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için Stylus gibi bir uzantı kurmanız gerekir.

Bu stili yükleyebilmek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı kurmanız gerekir.

Bu stili yükleyebilmek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

(Zateb bir user-style yöneticim var, yükleyeyim!)

Yazar
SammaySarkar
Günlük kurulumlar
0
Toplam kurulumlar
44
Değerlendirmeler
0 0 0
Versiyon
1.6
Oluşturulma
13.12.2014
Güncellenme
13.12.2014
Boyut
5,57 KB
Lisans
N/A
Geçerli
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.