Hide comments section under videos.
Pornhub - Hide Comments Section by fapda2324
Details
Authorfapda2324
Licensefapda2324
CategoryRecommended.Ul -> display: block
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Lists will be expanded already from now on
Source code
/* ==UserStyle==
@name Pornhub - Hide Comments Section
@namespace gmiwoj_pornhub_hide_comments
@version 1.0.1
@description Hide comments section under videos.
@author gmiwoj
@homepageURL https://userstyles.world/style/10203/pornhub-hide-comments-section
==/UserStyle== */
@-moz-document url-prefix("https://www.pornhub.com/view_video.php") {
#main-container #under-player-comments {
display: none !important;
}
/* Wstaw kod tutaj... */
.sectionRecommended ul#recommendedVideos li {
display: block!important;
}
html.supportsGridLayout #main-container #vpContentContainer:not(.premiumLocked) #hd-leftColVideoPage .video-wrapper.relatedVideos:not(.allRelatedVideos) #relatedVideosCenter li.videoBox {
display: block!important;
}
html.supportsGridLayout #main-container #vpContentContainer:not(.premiumLocked) #hd-leftColVideoPage #under-player-playlists #videoPlayList {
grid-template-rows: repeat(2, 2fr);
grid-template-columns: auto;
}
}