Very Specific for a Monitor Setup of a 2k Monitor on 270% Browser Zoom.
Hide comments section under videos. + unfold all "see more" objects
Authorfapda2324
LicenseNo License
Categoryvery specific
Created
Updated
Code size1.1 kB
Code checksuma353d0ee
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Very Specific for a Monitor Setup of a 2k Monitor on 270% Browser Zoom.
Hide comments section under videos. + unfold all "see more" objects
Very Specific for a Monitor Setup of a 2k Monitor on 270% Browser Zoom.
/* ==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;
}
#recommendedVideosVPage {
margin-top: 20%;
}
}