Jump to content

Hide/remove likes, trailer


nickname

Recommended Posts

nickname

is there a way to remove/hide the trailer and thumbs ?

 

i managed to edit most but the trailer and thumbs i cant figure out

div.audioVideoMediaInfo, div.detailsSection {display:none;}
#scenesCollapsible{ display: none !important;}
#castCollapsible{ display: none !important;}
#similarCollapsible{ display: none !important;}
#criticReviewsCollapsible{ display: none !important;}

 

https://onedrive.live.com/redir?resid=9E3D7D98DF57553A!1997&authkey=!AEWYF_McLy84z6M&v=3&ithint=photo%2cPNG

 

 

 

Link to comment
Share on other sites

primecut

This should work. Please note that Like & Dislike Button might be translation specific since they are identified by their title. If this code doesn't work, hover over the buttons and replace Like & Dislike with whatever the tooltip says when you hover over the button

/* Hide Trailerbutton */

.btnPlayExternalTrailer {
display:none !important;
}

/* Hide Like & Dislike Button */

div.detailUserDataIcons.userDataIcons [title="Dislike"] {
display:none !important;
}

div.detailUserDataIcons.userDataIcons [title="Like"] {
display:none !important;
}
Edited by primecut
Link to comment
Share on other sites

Happy2Play

Remove Like and Dislike from overlays.

 

div.cardOverlayInner  [title=Dislike] {display:none !important;}

div.cardOverlayInner  [title=Like] {display:none !important;}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...