Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Fr0stbyteR/Majsoul-Helper
使用天凤牌理规则,根据牌效将推荐切牌染色
https://github.com/Fr0stbyteR/Majsoul-Helper
greasemonkey javascript majsoul
Last synced: 3 months ago
JSON representation
使用天凤牌理规则,根据牌效将推荐切牌染色
- Host: GitHub
- URL: https://github.com/Fr0stbyteR/Majsoul-Helper
- Owner: Fr0stbyteR
- License: wtfpl
- Created: 2019-02-21T02:53:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-29T12:08:52.000Z (almost 2 years ago)
- Last Synced: 2024-05-13T22:54:27.916Z (6 months ago)
- Topics: greasemonkey, javascript, majsoul
- Language: JavaScript
- Homepage: https://greasyfork.org/scripts/378059-majsoul-helper
- Size: 1.04 MB
- Stars: 175
- Watchers: 16
- Forks: 35
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 雀魂麻将牌效辅助 ![License](https://img.shields.io/github/license/Fr0stbyteR/majsoul-helper.svg)
感谢 [FlyingBamboo](https://github.com/FlyingBamboo) 的巨大贡献## 本项目仅供学习研究使用,使用此脚本进行游戏会导致您被官方封禁。
1. 使用天凤牌理规则,根据牌效将推荐的切牌染色。
2. 对河牌、副露牌进行染色,包括:
- 别家,红:筋,蓝:现物,黄:壁候选牌;颜色越深越有用。
- 自家,仅显示河牌和副露牌中的壁候选牌和现物
3. 摸切的河牌灰色提示
4. 挤房间功能
5. 显示玩家段位
6. 在任何情况下开启便捷提示 by [@purerosefallen](https://github.com/purerosefallen)
![Demo](./example1.png)
![Demo](./example2.png)
![Demo](./example3.png)
![Demo](./example4.png)### 安装方法 - 浏览器
- 安装油猴脚本 TamperMonkey
- 导入 **main.js** 或打开 [此链接](https://greasyfork.org/scripts/378059-majsoul-helper) 安装脚本### 安装方法 - Majsoul Plus
#### 1.x版本
- 在 **resources\app\execute** 中新建文件夹
- 将 **execute.json** 、 **main.js** 文件复制到该文件夹
#### 2.x版本(未经过充分测试)by [@TanakaKotoha](https://github.com/TanakaKotoha)
- 在 **resources\app\extension** 中新建文件夹,并设置文件夹的名字为任意英文数字字符串
- 将 **extension.json** 、 **main.js** 文件复制到该文件夹
- 打开 **extension.json** ,在文件开头的 **"id":** 处填写文件夹的名字,保存### 使用方法
- 单击右下角按钮打开控制界面- 自动和了按钮默认开启
- 高速加入房间功能
如需高速加入房间(如房间 0000 ),请打开控制台 输入 `add = new AddRoom(0000).start();`
停止加入,请输入 `add.stop();`