/* ==UserStyle== @name Transparent Standalone Images @namespace github.com/Commenter25 @version 1.0.1 @license Unlicense @author Commenter25 (https://commenter.cc) @description Recreation of the identically named Firefox extension, fixing a bug with transparent images being viewed directly. @homepageURL https://github.com/Commenter25/userstuffs @supportURL https://github.com/Commenter25/userstuffs/issues @updateURL https://raw.githubusercontent.com/Commenter25/userstuffs/main/tpimgs/tpimgs.user.css ==/UserStyle== */ @-moz-document regexp(".*(png|gif|webp).*") { img.transparent { background: none } }