As I peruse a webpage, I notice that there is room for improvement in terms of user-friendliness.
The page is filled with a list of movie titles, each accompanied by a link to IMDb. However, the IMDB user rating is only visible when hovering over the title as a tooltip. With 50 movies displayed per page, it can be quite tedious to view all the ratings this way.
I attempted to modify the page using the Chrome plugin Stylebot, but unfortunately, my efforts were unsuccessful. (I even reached out to the website owner for assistance...)
Is there a technique to have the tooltip display at all times? Placing it right after the image would be ideal – there is ample space for the additional text.
Here's the code snippet:
<div class="showtitle">
<a target="_blank" href="htts://www.imdb.com/title/tt1254207/">
<img src="imdb.png" style="" title="Rating: 6.7/10 (1573 votes)">
</a>
</div>