For when youtube block isn't enough
Hide video results by stickwarslit
Details
Authorstickwarslit
LicenseNo License
Categoryduckduckgo.com
Created
Updated
Size218 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 video results
@version 20240731.00.20
@namespace ?
==/UserStyle== */
@-moz-document domain("duckduckgo.com") {
[data-activetabid="videos"] .tile {
display: none;
}
}