Skip to content

Instantly share code, notes, and snippets.

@Hely0n
Hely0n / immich_original_video.user.js
Last active October 13, 2025 08:32
Immich: Load original video
// ==UserScript==
// @name Immich: playback->original (URL contains /photos/)
// @match http://<YOUR_IMMICH_URL>/*
// @run-at document-end
// ==/UserScript==
(function () {
'use strict';
function swap() {