dc-paginate

dc 글을 페이지로 보기기

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

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

(I already have a user script manager, let me install it!)

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.

(I already have a user style manager, let me install it!)

Autor
fienestar
Instalări zilnice
0
Total instalări
20
Rating-uri
0 0 0
Versiune
0.1
Creat
23-12-2023
Actualizat
23-12-2023
Size
4,61 KB
Licență
MIT
Se aplică pe

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

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

    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면 반대