makes the new ads on modrinth better
better modrinth ads by endercat126
Details
Authorendercat126
LicenseUnlicense
Categorymodrinth
Created
Updated
Size436 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 modrinth.com - Aug 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("modrinth.com") {
/* Insert code here... */
div.ad-parent {
background-image: url('https://cataas.com/cat');
background-position: center;
background-size: cover;
}
div.ad-parent * {
visibility: hidden;
}
}