// ==UserScript== // @name haha.mx自动读取gif // @namespace http://tampermonkey.net/ // @version 1.0 // @description 自动读取gif // @author Alan Wang // @match https://www.haha.mx/* // @downloadURL none // ==/UserScript== $(function() { 'use strict'; $(".joke-main-img-gif-wrapper").trigger("click"); })();