Greasy Fork镜像 还支持 简体中文。

Player Spawned Extension (Public)

Adds emojis to track which players are spawned in game

  1. // ==UserScript==
  2. // @name Player Spawned Extension (Public)
  3. // @description Adds emojis to track which players are spawned in game
  4. // @icon https://www.google.com/s2/favicons?domain=shellshock.io
  5. // @author adamhasanx + midnight
  6. // @match *://shellshock.io/*
  7. // @run-at document-start
  8. // @grant none
  9. // @namespace none
  10. // @version 3.0
  11. // ==/UserScript==
  12.  
  13. window.XMLHttpRequest = class extends window.XMLHttpRequest {
  14. constructor() {
  15. super(...arguments)
  16. }
  17.  
  18. open() {
  19. (arguments[1]?.includes('shellshock.js') && (this.m = !0), super.open(...arguments))
  20. }
  21.  
  22. get response() {
  23. if (this.m) {
  24. let x = super.response
  25.  
  26. const y = [/themClass\[(\w).team\]}`,\w.innerText=/, /this.playing=!1/, /this.playing=!0/].map(z => x.match(z))
  27.  
  28. for (let [a, b] of y) { x = x.replace(a, a + (b ? b + `.playing ? '🟢' : '⭕'; window.rebuildPlayerList = arguments.callee;` : `,typeof window.rebuildPlayerList == "function" && window.rebuildPlayerList()`)) }; return x
  29.  
  30. }; return super.response
  31. }
  32. }

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址