Hide Jim Simon posts on Blackmagic Forum
Hide Jim Simon posts on Blackmagic Forum by r3Fuze
Details
Authorr3Fuze
LicenseNo License
Categoryforum.blackmagicdesign.com
Created
Updated
Size256 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 Hide Jim Simon posts on Blackmagic Forum
@version 20230909.08.17
@namespace ?
==/UserStyle== */
@-moz-document domain("forum.blackmagicdesign.com") {
div.post-wrapper:has(a[href$="&u=52107"]) {
display: none;
}
}