imdb reference 2025

various fixes for IMDbs new reference layout

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

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

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

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.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

/* ==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}

}