Blooket.Mod2

Get All blooks in blooket in the lobby to show off to your friends!

  1. // ==UserScript==
  2. // @name Blooket.Mod2
  3. // @namespace http://tampermonkey.net/
  4. // @version 4.0
  5. // @description Get All blooks in blooket in the lobby to show off to your friends!
  6. // @author You
  7. // @match https://play.blooket.com/play/lobby*
  8. // @match *://*.blooket.com/*
  9. // @match *://blooket.com/*
  10. // @icon https://www.google.com/s2/favicons?sz=64&domain=tampermonkey.net
  11. // @grant none
  12. // @license MIT
  13. // ==/UserScript==
  14.  
  15. (function(){
  16. function getStateNode(){
  17. for(let i of Object.keys(document.querySelector("#app>div>div"))){
  18. if(i.toString().includes("__reactEventHandlers")){
  19. for(let p of Object.values(document.querySelector("#app>div>div")[i].children.filter(n=>n))){
  20. if(p._owner&&p._owner.stateNode)return p._owner.stateNode
  21. }
  22. }
  23. }
  24. }
  25. function findByProp(p){
  26. return Object.values(webpackJsonp.push([
  27. [], {
  28. ['']: (_, a, b) => {
  29. a.cache = b.c
  30. },
  31. },
  32. [
  33. ['']
  34. ],
  35. ]).cache).find((x)=>{
  36. if(x.exports&&x.exports.a&&x.exports.a[p])return x.exports.a
  37. }).exports.a}
  38. getStateNode().state.unlocks = Object.keys(findByProp("Astronaut"));
  39. getStateNode().forceUpdate();
  40. })();

QingJ © 2025

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