DCInside Mobile Image Viewer Extended

모바일 DCInside 이미지 뷰어 개선(스와이프 뿐만이 아닌 키보드 입력 또는 클릭으로 페이지 이동/뷰어에서 본 이미지로 스크롤 이동)

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 or Violentmonkey 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!)

Forfatter
iwj9
Daglige installasjoner
0
Totale installasjoner
1
Vurderinger
0 0 0
Versjon
1.1
Lagd
14.06.2025
Oppdatert
14.06.2025
Size
3,1 kB
Lisens
MIT
Gjelder

모바일 디시인사이드의 이미지 뷰어에서 다음의 기능을 개선합니다.

  • 기존 뷰어는 터치 스와이프로만 이미지를 넘길 수 있습니다.
    • 이 유저 스크립트는 다음의 방식으로 이미지 이동을 추가합니다.
    • 터치 또는 마우스 클릭 - 화면을 가로로 3등분 했을 때, 왼쪽 영역은 이전 이미지로, 오른쪽 영역은 다음 이미지로
    • 키보드 입력 - 방향키 왼쪽, 위쪽, Page Up 은 이전 이미지로, 방향키 오른쪽, 아래쪽, Page Down 은 다음 이미지로
  • 기존 뷰어는 이미지를 이동해도, 최초 스크롤 위치에서 이동하지 않습니다.
    • 이 유저 스크립트는 이미지 뷰어에서 이미지를 이동하면, 뷰어를 종료하고 나서도 해당 이미지에 스크롤이 위치합니다.

Swiper.js 구현에 의존하기 때문에, Swiper.js 또는 DCInside 측의 구현이 변경될 경우 의도하지 않은 동작을 할 수 있습니다. (성능 최적화 때문에 좀 심하게 하드 코딩 되어있는 상태임)