Twitter/X Split Image Merger

Merges 2+ part vertical or grid split images.

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

ავტორი
Spinfal
დღიური ინსტალაციები
0
მთლიანი ინსტალაციები
5
რეიტინგი
1 0 0
ვერსია
1.2
შექმნილია
03.03.2026
განახლებულია
03.03.2026
Size
16,5 KB
ლიცენზია
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