您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Increases your productivity on EngageME.TV
// ==UserScript== // @name Engage // @version 2.13 // @namespace https://greasyfork.org/en/users/95954 // @description Increases your productivity on EngageME.TV // @author A e s t h e t i c s // @icon http://i.imgur.com/FhCT7Ke.png // @icon64URL http://i.imgur.com/8VRBwr7.png // @include http://*lootup.tv/* // @include http://lootup.tv/* // @include https://lootup.tv/* // ==/UserScript== setInterval(function() { var adsearch = document.getElementsByClassName('jw-flag-ads'); if (adsearch.length > 0) { jwplayer().next(); } jwplayer().setVolume(0); yesiam(); }, Math.floor(Math.random() * (30000 - 21000)) + 21000);