How can I edit the css/js to only show the imdb rating and nothing else? #13
Answered
by
MakD
Sparklingx
asked this question in
Q&A
-
How can I edit the css/js to only show the imdb rating and nothing else? it showing too much options like rotten tomatos etc. that is overlapping in android client |
Beta Was this translation helpful? Give feedback.
Answered by
MakD
Mar 7, 2025
Replies: 2 comments
-
Easiest way would be select the required element and set the css attribute to |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MakD
-
If possible can you try the release 1.0, I hope it should be solved in that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Easiest way would be select the required element and set the css attribute to
display: none !important;