YouTube Preview

A userscript to play youtube videos by hovering over their thumbnails.

< 脚本 YouTube Preview 的反馈

评价:好评 - 脚本运行良好

§
发布于:2016-09-12

Visibility restriction in collaboration with YouTube Grid & Preview Player

as it is already written in the headline, there is a visual restriction on the edge when both scripts working.
Please, could you look at it maybe it's just a little thing. Also i can write the creator of YouTube Grid & Preview Player.

So, let's be serious, your script is one of the most convincing what I've seen so far, absolutely top class, my respect! Grid is also really good and I dont want to miss, so I ask for look.

§
发布于:2016-09-12

Edit: screen

sooqua作者
§
发布于:2016-09-12
编辑于:2016-09-12

I looked at the source and it seems that he (author) added overflow:hidden property to all grid items. I'm not sure why he did that, but if you want to fix it yourself, then go ahead and delete all occurrences of

overflow:hidden !important;

and also replace

#results ol.item-section > li:hover > div {z-index:1 !important; 
with
#results ol.item-section > li:hover > div {
Alternatively, you can ask him to make these changes.

§
发布于:2016-09-13

Thanks for fast response!

发布留言

登录以发布留言。