Greasy Fork镜像 is available in English.

9gag video controls on hover

Show video controls (gif) on mouse hover

Version au 17/07/2016. Voir la dernière version.

// ==UserScript==
// @name           9gag video controls on hover
// @namespace      pl.srsbiz
// @description    Show video controls (gif) on mouse hover
// @include        *9gag.com*
// @grant          none
// @version 0.0.1.20160717090015
// ==/UserScript==

jQuery(document).ready(function(){
  $('#list-view-2,#individual-post').on('mouseenter', 'video', function(evt){
    $(this).prop('controls', true);
  }).on('mouseleave', 'video', function(evt){
    $(this).prop('controls', false);
  });
});
长期地址
遇到问题?请前往 GitHub 提 Issues,或加Q群1031348184

赞助商

Fishcpy

广告

Rainyun

注册一下就行

Rainyun

一年攒够 12 元