Greasy Fork is available in English.

dc-paginate

dc 글을 페이지로 보기기

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

Autor
fienestar
Denně instalací
0
Celkem instalací
14
Hodnocení
0 0 0
Verze
0.1
Vytvořeno
23. 12. 2023
Aktualizováno
23. 12. 2023
Size
4,6 KB
Licence
MIT
Spustit na

사진이 많은 글에 대해 페이지 보기 버튼이 활성화됨 좌우 방향키로 페이지 넘기기 가능

코드를 열면 다음이 보이는데

    const SINGLE_PAGE = true;
    const RIGHT_IS_NEXT = true;
    const CONTROL_RIGHT_IS_NEXT = true;

true/false를 다음과 같이 변경하면 됨

  • SINGLE_PAGE = true // 한쪽씩 보기
  • SINGLE_PAGE = false // 두쪽씩 보기
  • RIGHT_IS_NEXT = true // 페이지 좌에서 우로 읽기. false시 반대
  • CONTROL_RIGHT_IS_NEXT = true // 오른쪽 방향키를 다음 페이지로 넘기는 키로 사용, 왼쪽이 이전 페이지. false면 반대