您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
钉钉直播刷赞
当前为
// ==UserScript== // @name 钉钉刷赞 // @namespace http://tampermonkey.net/ // @version 0.1 // @description 钉钉直播刷赞 // @author share121 // @match https://h5.dingtalk.com/group-live-share/index.htm?*type=2* // @icon https://g.alicdn.com/dingding/web/0.2.6/img/oldIcon.ico // @grant none // @license MIT // ==/UserScript== /https?:\/\/h5.dingtalk.com\/group-live-share\/index.htm\?(?=.*(liveUuid=|uuid=))(?=.*type=2).*#\/union/g.test(location.href)&&setInterval(()=>{document.querySelector('.BIj0yxQ_')&&document.querySelector('.BIj0yxQ_').click()},0)