Skip to content

Hide IMDB Rating in 'ext dot to' by Diegiwg

Screenshot of Hide IMDB Rating in 'ext dot to'

Details

AuthorDiegiwg

Licensehttps://choosealicense.com/no-permission/

Categoryext.to

Created

Updated

Code size407 B

Code checksum38e2cdca

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes the IMDb rating from the ext.to website. This way, when you search, you're not influenced by the movie or series score.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       Hide IMDB Rating in 'ext dot to'
@version    20250415.20.40
@namespace  -
@author     Diegiwg
==/UserStyle== */

@-moz-document regexp("https?://(www\\.)?ext.to.*") {
.search-info-block {
    max-width: 100%;
    width: 100%;
}

.search-rating-block {
    display: none !important;
}

.row.movie-info > div:nth-child(1) > ul > li:nth-child(2) {
    display: none !important;
}
}

Reviews

No reviews yet.