vibe coded tampermonkey script to save from redgifs
// ==UserScript==
// @name Save Redgifs User Gallery Videos
// @namespace http://tampermonkey.net/
// @version 0.1
// @author Anonymous
// @match https://www.redgifs.com/*
// @grant none
// ==/UserScript==
(function () {
'use strict';
Comment too long. Click here to view the full text.