This should work. Thanks to an anonymous CSS wizard benefactor: Use the Stylus extension as detailed in the top post of Show Off Your Style , or Show Off Your Style 2: The Stylening! Create the following style, called "No GIFs" (for example). #rightsidebar img[src*=".gif" ] { display: none; } This should cause any image in the right sidebar that is a .gif file to not display. AFAIK, Roll20 does not use gifs anywhere in their interface, so there should not be a conflict with any existing functionality. This will also only affect the display on your local browser, so no one else need even know you are editing out the images.