makes the ads not pixelated
Pixel Cats End - Unpixelate Ads by werewire
Details
Authorwerewire
LicenseCC-BY-NC-4.0
Categorypixelcatsend.com
Created
Updated
Size331 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Pixel Cats End - Unpixelate Ads
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Unpixel them :-( I want to see them
@author Werewire
==/UserStyle== */
@-moz-document domain("www.pixelcatsend.com") {
.ad-image {
image-rendering: auto !important;
}
}