Skip to content

Instantly share code, notes, and snippets.

@InTec-PCPS
InTec-PCPS / tumblrgrid.user.js
Last active May 23, 2026 05:23
Userscript for tumblr to view gallery blogs as a masonry grid. Buttons display recent, all, or a certain number of posts. Click in grid to enlarge image or play video. Click again for fullscreen image. Doubleclick for fullscreen video. Totally vibes, but totally does what I want.
// ==UserScript==
// @name Tumblr Masonry Photo Grid
// @namespace https://tumblr.com
// @version 8.6.0
// @description Masonry photo grid via Tumblr's API. Keyboard scroll handled at document level (no focus dependency).
// @author You
// @match https://www.tumblr.com/*
// @match https://*.tumblr.com/*
// @grant GM_addStyle
// @run-at document-idle