Twitter/X Split Image Merger

Merges 2+ part vertical or grid split images.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

작성자
Spinfal
일일 설치 수
0
총 설치 수
5
평점
1 0 0
버전
1.2
생성일
2026-03-03
갱신일
2026-03-03
크기
16.5KB
라이선스
AGPL-3.0
적용 사이트

twitter/x split image merger

merges 2+ part split images on twitter/x into a single stitched image with one click.

what it does

when a tweet contains 2 or more images that are parts of a split image, a merge images button appears over the media. clicking it stitches them together into one seamless image displayed inline.

two merge modes are available:

  • vertical (default): stacks the images top to bottom. use this for images split into horizontal strips
  • grid: stitches the images as a 2x2 grid, reconstructing the original. use this for images split into quadrants

features

  • automatically detects tweets with 4-image layouts
  • toggle between vertical and grid merge modes before merging
  • handles quote tweets separately from the main tweet
  • fetches images at original quality (?name=orig)
  • replaces the 4-image layout with the merged result inline
  • no external dependencies, no data collection

installation

  1. install a userscript manager like Tampermonkey or Violentmonkey
  2. click install on the greasyfork page

usage

browse twitter/x normally. when you see a tweet with 4 images that look like parts of a split image, a merge images button will appear over them.

  • click merge images to stitch using the current mode (vertical by default)
  • click the button to the left to toggle grid mode (turns blue and shows when active), then click merge images

notes

  • merging is done entirely in your browser using the canvas api, nothing is sent to any server
  • the button only appears on tweets with exactly 4 images
  • grid mode assumes twitter's dom order matches the visual 2x2 layout (top-left, top-right, bottom-left, bottom-right)
  • if the merge fails (e.g. due to cors restrictions), an error state will show on the button and details will be logged to the browser console

license

AGPL-3.0