Since around 2025-04-25, older implementation of filters for YouTube Preview Comment (like Untrap for YouTube, and else) is no longer working.
This fixes it.
Destory YouTube Comment Preview on Video Pages by aiya000
Details
Authoraiya000
LicenseMIT Licence
CategoryYouTube
Created
Updated
Code size387 B
Code checksumdf35b5f6
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
This working is checked by Android FireFox.
(To all the assholes who spoil the video in the comments: fck!!!)
Source code
/* ==UserStyle==
@name Destory (Hide) YouTube Comment Preview on Video Pages
@namespace github.com/aiya000
@version 1.0.0
@description As the name suggests
@author aiya000
==/UserStyle== */
@-moz-document url-prefix("http") {
.ytVideoMetadataCarouselViewModelHost,
.ytShortsSuggestedActionViewModelDynamicHost
{
display: none !important;
}
}