Just blocks ads on Project X
Project X Adblock by sdhEmily
Details
AuthorsdhEmily
LicenseNo License
Categoryprojex.zip
Created
Updated
Size189 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 Project X Adblock
@version 20240531.15.44
@namespace ?
==/UserStyle== */
@-moz-document domain("projex.zip") {
[class^='adImage-'] {
display: none;
}
}