您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Delete Mamonts
// ==UserScript== // @name [LOLZ] Delete Mamonts // @namespace Delete Mamonts // @version 2024-01-01 // @description Delete Mamonts // @author el9in // @license el9in // @match https://lzt.market/* // @match https://lzt.market // @match https://lolz.market // @match https://lolz.market/* // @match https://zelenka.guru // @match https://zelenka.guru/* // @icon https://www.google.com/s2/favicons?sz=64&domain=lzt.market // @grant none // ==/UserScript== (function() { 'use strict'; const particles = document.querySelector("#particles-js"); if(particles) particles.remove(); // Your code here... })();