o-bamba Theme doesn't work broken already

VeNoM Theme Created By Jayden Ramirez

  1. // ==UserScript==
  2. // @name o-bamba Theme doesn't work broken already
  3.  
  4. // @namespace http://tampermonkey.net/
  5. // @version 1.0
  6. // @description VeNoM Theme Created By Jayden Ramirez
  7. // @author Jayden Ramirez
  8. // @match httos://shellshock.io/*
  9. // @match https://eggcombat.com/*
  10. // @match https://eggfacts.fun/*
  11. // @match https://biologyclass.club/*
  12. // @match https://egghead.institute/*
  13. // @match https://egg.dance/*
  14. // @match https://eggisthenewblack.com/*
  15. // @match https://mathfun.rocks/*
  16. // @match https://hardboiled.life/*
  17. // @match https://overeasy.club/*
  18. // @match https://zygote.cafe/*
  19. // @match https://eggsarecool.com/*
  20. // @match https://deadlyegg.com/*
  21. // @match https://mathgames.world/*
  22. // @match https://hardshell.life/*
  23. // @match https://violentegg.club/*
  24. // @match https://yolk.life/*
  25. // @match https://softboiled.club/*
  26. // @match https://scrambled.world/*
  27. // @match https://deathegg.world/*
  28. // @match https://violentegg.fun/*
  29. // @icon https://pyxis.nymag.com/v1/imgs/421/6c4/f7d2737dc2a05cd7b3773d141bb6eb9b81-obama-grid.2x.rsocial.w600.jpg
  30. // @grant none
  31. // @license
  32. // ==/UserScript==
  33. (function() {
  34. const addScript=()=>{
  35. document.title = 'o-bamba';
  36. var style = document.createElement('link');
  37. style.rel = 'stylesheet';
  38. style.href = 'https://pyxis.nymag.com/v1/imgs/421/6c4/f7d2737dc2a05cd7b3773d141bb6eb9b81-obama-grid.2x.rsocial.w600.jpg';
  39. document.head.appendChild(style);
  40. }
  41. if(document.body){
  42. addScript();
  43. }else{
  44. document.addEventListener('DOMContentLoaded', function(e){
  45. addScript();
  46. })
  47. }
  48. })();

QingJ © 2025

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