ADs remover for Pornhub.
No-ADs Hub by zero2hex
Details
Authorzero2hex
LicenseApache License, version 2.0
Categorypornhub.com
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name No-ADs Hub
@namespace userstyles.world/user/zero2hex
@version 20230426.14.00
@description ADs remover for Pornhub.
@author zero2hex
@license Apache License, version 2.0
==/UserStyle== */
@-moz-document domain("pornhub.com") {
#hotVideosSection > *:first-child,
div.cookiesBanner,
div.cookiesBanner + script + *,
div.footerContentWrapper > h2,
div.footerContentWrapper > p,
ul#videoCategory > :not(li),
#hd-leftColVideoPage + div > :not(#recommendedVideosVPage),
#under-player-comments,
.video-wrapper > div.empty_uBlock + div {
display: none;
}
html.supportsGridLayout.fluidContainer #main-container #vpContentContainer > .wide {
margin-top: 0 !important;
}
#recommendedVideos {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-gap: 20px 0;
}
#recommendedVideos li .wrap {
display: grid;
grid-auto-flow: row;
}
#recommendedVideos li .wrap > div {
width: inherit !important;
}
#main-container #hd-leftColVideoPage .video-wrapper.relatedVideos {
margin-bottom: 20px;
}
}