Miracle Scripts Settings Reset

Reset the settings of Miracle Scripts

  1. // ==UserScript==
  2. // @name Miracle Scripts Settings Reset
  3. // @namespace Miracle Scripts
  4. // @version 1.0.1
  5. // @description Reset the settings of Miracle Scripts
  6. // @author Samira
  7. // @license MIT
  8. // @icon https://abload.de/img/mh3k8o.png
  9. // @match *://agma.io/*
  10. // @grant none
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15.  
  16. swal({
  17. title: "Confirm",
  18. text: 'If you click "Yes", you will reset the Miracle Scripts settings to the defaults.',
  19. type: "warning",
  20. showCancelButton: true,
  21. confirmButtonColor: "#4CAF50",
  22. confirmButtonText: "Yes, reset settings",
  23. cancelButtonText: "No, cancel"
  24. }, function() {
  25.  
  26. localStorage.setItem('miracleScripts', '');
  27.  
  28. swal({
  29. title: "Success",
  30. text: 'Settings have been reset. Disable or remove the resetter script now. Afterwards reload the Agma.io website!',
  31. type: "success"
  32. });
  33. });
  34.  
  35. console.log('🌸 Miracle Scripts Settings Resetter successfully loaded!');
  36.  
  37. })();

QingJ © 2025

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