Twitter/X Split Image Merger

Merges 2+ part vertical or grid split images.

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

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

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

Autore
Spinfal
Installazioni giornaliere
0
Installazioni totali
5
Valutazione
1 0 0
Versione
1.2
Creato il
03/03/2026
Aggiornato il
03/03/2026
Dimensione
16,5 KB
Licenza
AGPL-3.0
Applica a

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