Skip to content

Instantly share code, notes, and snippets.

View NDevTK's full-sized avatar

NDevTK NDevTK

View GitHub Profile
@rebane2001
rebane2001 / buganizer-embed-media.user.js
Last active February 6, 2024 20:37
Makes it possible to embed images/videos on Buganizer instead of downloading them
// ==UserScript==
// @name Buganizer Embed Media
// @namespace rebane
// @match https://issuetracker.google.com/issues/*
// @match https://issues.chromium.org/issues/*
// @grant none
// @version 1.1
// @author Rebane
// @description Makes it possible to embed images/videos on Buganizer instead of downloading them (2024-02-06)
// ==/UserScript==