Removes advertisement cards
Thingiverse adblocker by eevleevs
Details
Authoreevleevs
LicenseNo License
Categoryhttps://www.thingiverse.com/
Created
Updated
Code size301 B
Code checksum14ee15f4
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Thingiverse adblocker
@version 20250327.15.31
@namespace ?
@description Removes advertisement cards
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.thingiverse.com") {
div:has(> div > div[class^="Ad"]) {
display: none;
}
}