Skip to content

Instantly share code, notes, and snippets.

View bertiebaggio's full-sized avatar

Rob Hallam bertiebaggio

View GitHub Profile
@bertiebaggio
bertiebaggio / preview.user.js
Last active December 16, 2024 13:13 — forked from ItsCinnabar/preview.user.js
Element youtube preview fix
// ==UserScript==
// @name Element YouTube Preview
// @namespace http://tampermonkey.net/
// @version 0.3
// @description Fix YouTube embeds in Element client-side to keep description (instead of oembed, which does not)
// @author Cinnabar (original script) / bertiebaggio (for images & updates)
// @match https://example.com/
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant GM.xmlHttpRequest
// @connect youtube.com