您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Twist the root button to contest
当前为
// ==UserScript== // @name LZT_TwistTheRoot // @namespace MeloniuM/LZT // @version 0.1 // @description Twist the root button to contest // @author MeloniuM // @license MIT // @match https://zelenka.guru/threads/* // @icon https://www.google.com/s2/favicons?sz=64&domain=zelenka.guru // @grant none // ==/UserScript== (function() { 'use strict'; if(!$('.LztContest--Participate').length) return; if(!$('.LolzteamEditorSimple').length) return;//если нельзя писать под розыгрыш $(document).ready(function(){ const button = $('<span class="LztContest--twistTheRoot button primary marginBlock" style="margin-left: 5px;"><span>Root подкрути</span></span>'); button.insertAfter('.LztContest--Participate.button'); const id = $('.messageList .firstPost').attr('id').substr(5); button.on('click', function(){ button.remove(); XenForo.ajax(`/posts/${id}/comment`, {message_html: "<p>[IMG]https://i.imgur.com/JsGCeLz.gif[/IMG] </p>"}); }); }); })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址