Skip to content

Transparent Standalone Images by vee0ne

Details

Authorvee0ne

LicenseNo License

Categoryall websites, google, image files

Created

Updated

Size795 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A userstyle duplicating the function of Transparent Standalone Images without need for the extension itself.
The code in this userstyle was done by myself and not lifted from anywhere else.

Transparent Standalone Images on GitHub

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Transparent Standalone Images
@namespace      https://chrome.google.com/webstore/detail/transparent-standalone-im/inmelfailofaofnfdjdkljfchjhogbmh
@version        1.0.0
@description    A userstyle duplicating the function of Transparent Standalone Images without need for the extension itself.
@author         orniidiien
==/UserStyle== */

html > body > img {
    background-color: transparent !important;
}

@-moz-document domain("google.com") {
    .n3VNCb.KAlRDb {
        background-image: linear-gradient(45deg,#666666 25%,#22222200 25%,#22222200 75%,#666666 75%,#666666),linear-gradient(45deg,#666666 25%,#222222 25%,#222222 75%,#666666 75%,#666666);
        background-position: 0 0,10px 10px;
        background-size: 21px 21px;
    }
}

Reviews

No reviews yet.