I am trying to figure out how to blur or hide the runner thumbnails on different streaming sites, such as Prime Video. I typically use the Amino: Live CSS Editor chrome extension or uBlock Origin to manipulate elements on websites. However, I am struggling to blur a specific element. The runner thumbnails do not even have divs
; they simply appear when you hover your mouse over the progress bar and then disappear. Using this CSS:
div.fmugii2.atvwebplayersdk-seekbar-container {
display: none;
}
The entire progress bar becomes hidden with this code, but I only want to hide the thumbnails that appear when you hover your mouse over the seekbar.
Can anyone offer insight on how to achieve this? Do I need to use a different tool for blurring or completely hiding this pop-up element? The picture below shows exactly what I am trying to blur or hide.