雀魂Mod_Plus

A majsoul mod that unlocks all characters, skins, decorations, etc. and supports all servers.

スクリプトをインストール?
作者が勧める他のスクリプト

mahjong-helper-majsoulも気に入るかもしれません。

スクリプトをインストール
作者のサイトでサポートを受ける。または、このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
  1. // ==UserScript==
  2. // @name 雀魂Mod_Plus
  3. // @name:zh-TW 雀魂Mod_Plus
  4. // @name:zh-HK 雀魂Mod_Plus
  5. // @name:en MajsoulMod_Plus
  6. // @name:ja 雀魂Mod_Plus
  7. // @namespace https://github.com/Avenshy
  8. // @version 1.0
  9. // @description 雀魂解锁全角色、皮肤、装扮等,支持全部服务器。
  10. // @description:zh-TW 雀魂解鎖全角色、皮膚、裝扮等,支持全部伺服器。
  11. // @description:zh-HK 雀魂解鎖全角色、皮膚、裝扮等,支持全部服務器。
  12. // @description:en A majsoul mod that unlocks all characters, skins, decorations, etc. and supports all servers.
  13. // @description:ja A majsoul mod that unlocks all characters, skins, decorations, etc. and supports all servers.
  14. // @author Avenshy
  15. // @iconURL https://www.maj-soul.com/homepage/character/1/yiji_0.png
  16. // @homepageURL https://github.com/Avenshy/majsoul_mod_plus
  17. // @supportURL https://github.com/Avenshy/majsoul_mod_plus/issues
  18. // @match https://game.maj-soul.com/1/
  19. // @match https://game.maj-soul.net/1/
  20. // @match https://game.mahjongsoul.com/
  21. // @match https://game.mahjongsoul.com/index.html
  22. // @match https://mahjongsoul.game.yo-star.com/
  23. // @grant GM_openInTab
  24. // @connect localhost
  25. // @license GPL-3.0
  26. // ==/UserScript==
  27.  
  28.  
  29. (function() {
  30. 'use strict';
  31. let message = '\t由于油猴脚本更新频繁且麻烦,且兼容性差,极易被封号,现在已停止维护油猴脚本,所有功能已经删除。\n\
  32. \t如需继续使用全解锁和其他功能,请移步至MajsoulMax,支持网页和客户端,更好用、更方便、更安全,目前正在绝赞更新中!\n\
  33. \thttps://github.com/Avenshy/MajsoulMax \n\n\
  34. \t感谢你的支持!\n\
  35. \tby Avenshy 2024/05/23';
  36. console.log(message);
  37. alert(message);
  38. GM_openInTab('https://github.com/Avenshy/MajsoulMax',false);
  39. // Your code here...
  40. })();