Συζητήσεις » Αιτήματα Δημιουργίας

Possible to make this script for IMDB.com ?

§
Δημοσιεύτηκε: 02/04/2020

Possible to make this script for IMDB.com ?

Can you remove or hide Recently viewed on imdb.com please? Thanks. Or even somehow remove the feature all together from even working if possible?

Thanks!

If not no big deal. At least I tried.

woxxomΣυντονιστής
§
Δημοσιεύτηκε: 02/04/2020
Επεξεργάστηκε: 02/04/2020

You can install Stylish extension and add the following code (or edit userContent.css directly, without an extension):

@-moz-document domain("www.imdb.com") {
.recently-viewed {
  display: none;
}
}
§
Δημοσιεύτηκε: 03/04/2020

@wOxxOm said: You can install Stylish extension and add the following code (or edit userContent.css directly, without an extension):

@-moz-document domain("www.imdb.com") {
.recently-viewed {
  display: none;
}
}

Thank you!

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.

长期地址
遇到问题?请前往 GitHub 提 Issues。