您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Removes ceilings, allowing you to look through buildings, bunkers, containers etc.
当前为
// ==UserScript== // @name Surviv.io ceilings remover // @namespace https://github.com/Michal2SAB // @version 1.0 // @description Removes ceilings, allowing you to look through buildings, bunkers, containers etc. // @author Michal2SAB // @match *://surviv.io/* // @match *://surviv2.io/* // @match *://2dbattleroyale.com/* // @match *://2dbattleroyale.org/* // @match *://piearesquared.info/* // @match *://thecircleisclosing.com/* // @match *://archimedesofsyracuse.info/* // @match *://secantsecant.com/* // @match *://parmainitiative.com/* // @match *://nevelskoygroup.com/* // @match *://kugahi.com/* // @match *://chandlertallowmd.com/* // @match *://ot38.club/* // @match *://kugaheavyindustry.com/* // @match *://drchandlertallow.com/* // @match *://rarepotato.com/* // @grant none // ==/UserScript== (function() { 'use strict'; var ceilings = "" // Some important shit for this whole thing to work var func = { webpack_inject: (w, e, get) => { ceilings = get("03f4982a") }, }; if(typeof window.webpackJsonp === 'function') { window.webpackJsonp([0], func, ["webpack_inject"]); } else { window.webpackJsonp.push([ ["webpack_inject"], func, [["webpack_inject"]] ]); } // do the magic Object.keys(ceilings).forEach(function(key) { if(ceilings[key].type === "building") { for(var ceilImg in ceilings[key].ceiling.imgs) { ceilings[key].ceiling.imgs[ceilImg].sprite = "" } } }) })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址