imdb reference 2025

various fixes for IMDbs new reference layout

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey to install this script.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey to install this script.

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

/* ==UserStyle==
@name imdb reference 2025
@namespace usercss
@description various fixes for IMDbs new reference layout
@preprocessor default
@version 0.0.1.20250917183114
==/UserStyle== */

 
@-moz-document domain("imdb.com")
{

  h3 {font-size: 15px !important}
  
  [data-testid="hero__primary-text"] {font-size: 20px !important}
  
  [data-testid="hero__primary-text-suffix"] {font-size: 15px !important; vertical-align: baseline !important;}
  
  
  .ipc-link.ipc-link--base.name-credits--title-text.name-credits--title-text-big {font-weight: normal !important}
  
  .ipc-title__wrapper, .ipc-title-link-wrapper, .ipc-title__text {height: 22px !important}
  
[data-testid^="title-pc-principal-credit"],

  .ipc-scroll-to-top-button,
  .ipc-title__actions,
  .sc-e130ccf-0.ejKnoj,
  .sc-466f296a-1.jyZigm,
  .sc-a4f2ee84-2.kMoVTP,[data-testid^="hero-subnav-bar-right-block"]  {
visibility: hidden !important;
display: none !important;
}


section, .ipc-title__wrapper {border-left-color: none !important; margin: none !important}

.ipc-title--section-title,.ipc-title--subsection-title {background: none !important}
  .ipc-title__text:before {background: none !important}
  
  * { border:none !important}

}