Home

Awesome

WechatMagician

Read this README.md in other languages: English.

WechatMagician是一款骚兮兮的Xposed插件,底层使用 WechatSpellbook 框架,致力于让用户彻底掌控微信上的聊天消息及朋友圈内容,支持微信 6.5.3 及以上版本。

快速上手

第一次clone项目的时候,记得加上--recursive 参数,因为WechatMagican依赖 WechatSpellbook 框架。

git clone --recursive https://github.com/Gh0u1L5/WechatMagician.git

如果已经clone过了,就执行以下命令直接更新一次组件。

git submodule update --init --recursive

同理,如果是自己下载ZIP包解压的情况,就需要再去下载WechatSpellbook的代码,解压到spellbook文件夹中。

实现功能

聊天相关

  1. 防止微信好友撤回聊天消息(撤回提示可自定义)。
  2. 转发消息时可选择任意数量好友。
  3. 发送消息时可发送9张以上的图片(上限可调整,默认1000张)。
  4. 隐藏不常用的群聊至群聊助手。(需在设置界面手动开启)
  5. 设定好友为密友,隐藏聊天痕迹。(需在设置界面手动开启)
  6. 一键标记所有聊天对话为已读。

朋友圈相关

  1. 防止微信好友删除朋友圈动态、评论。
  2. 屏蔽微信在朋友圈投放的广告。
  3. 一键转发他人朋友圈。
  4. 单条朋友圈一键截图。
  5. 按关键字屏蔽朋友圈,免除广告与秀恩爱的烦恼。(需在设置界面手动开启)

其他杂项

  1. 自动确认电脑端登录请求(开启该功能即视为用户同意自行承担可能的安全风险)。

QQ群 / 微信群

官方QQ群:

官方微信群:

  1. 添加微信账号 "XposedHelper" 发送关键词 “微信巫师”
  2. 添加微信账号 "CSYJZF"

设计理念

本项目在吸取其他微信插件经验教训的基础上希望实现以下几个小目标:

效果预览

<img src="https://github.com/Gh0u1L5/WechatMagician/raw/master/image/sample-1.zh.png" width="40%" /> <img src="https://github.com/Gh0u1L5/WechatMagician/raw/master/image/sample-2.zh.png" width="40%" />

<img src="https://github.com/Gh0u1L5/WechatMagician/raw/master/image/sample-3.zh.png" width="40%" /> <img src="https://github.com/Gh0u1L5/WechatMagician/raw/master/image/sample-4.zh.png" width="40%" />

<img src="https://github.com/Gh0u1L5/WechatMagician/raw/master/image/sample-5.zh.png" width="40%" /> <img src="https://github.com/Gh0u1L5/WechatMagician/raw/master/image/sample-6.zh.png" width="40%" />

<img src="https://github.com/Gh0u1L5/WechatMagician/raw/master/image/sample-7.zh.png" width="40%" /> <img src="https://github.com/Gh0u1L5/WechatMagician/raw/master/image/sample-8.zh.png" width="40%" />

<img src="https://github.com/Gh0u1L5/WechatMagician/raw/master/image/interface-1.zh.png" width="40%" /> <img src="https://github.com/Gh0u1L5/WechatMagician/raw/master/image/interface-2.zh.png" width="40%" />

<img src="https://github.com/Gh0u1L5/WechatMagician/raw/master/image/interface-3.zh.png" width="40%" /> <img src="https://github.com/Gh0u1L5/WechatMagician/raw/master/image/interface-4.zh.png" width="40%" />

特别鸣谢