議論 » 作成依頼

Possible to make this script for IMDB.com ?

§
投稿日: 2020/04/02

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.

woxxomMod
§
投稿日: 2020/04/02
編集日: 2020/04/02

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;
}
}
§
投稿日: 2020/04/03

@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!

返信を投稿

返信を投稿するにはログインしてください