BruhProx SL

Silent Injector that inserts bruhprox (cloudflare pages version) onto a fake google 404 page!

当前为 2023-04-24 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name BruhProx SL
  3. // @name:es Inyección silenciosa BruhProx
  4. // @description:es ¡Silent Injector que inserta bruhprox (versión cloudflare pages) en una página falsa de Google 404!
  5. // @namespace https://z1g-project.johnglynn2.repl.co/
  6. // @version 3.5.0
  7. // @description Silent Injector that inserts bruhprox (cloudflare pages version) onto a fake google 404 page!
  8. // @author z1g Project
  9. // @match https://www.google.com/sl
  10. // @match https://google.com/sl
  11. // @icon https://z1g-project.johnglynn2.repl.co/assets/logo.png
  12. // @license MIT
  13. // @grant none
  14. // ==/UserScript==
  15. (function() {
  16. 'use strict';
  17. alert('Injected Sucessfully!')
  18. javascript:(function(){var a=document.getElementById("rusic-modal")||document.createElement("iframe");a.setAttribute("allow","fullscreen");a.src="https://bruhprox.pages.dev/";a.id="rusic-modal";a.style="position:fixed;width:100vw;height:100vh;top:0px;left:0px;right:0px;bottom:0px;z-index:2147483647;background-color:black;border:none;";document.body.appendChild(a);}());
  19. })();