Greasy Fork

Greasy Fork is available in English.

haha.mx自动读取gif

自动读取gif

当前为 2018-12-19 提交的版本,查看 最新版本

// ==UserScript==
// @name         haha.mx自动读取gif
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  自动读取gif
// @author       Alan Wang
// @match        https://www.haha.mx/*
// ==/UserScript==

$(function() {
  'use strict';

  $(".joke-main-img-gif-wrapper").trigger("click");
})();