├── README.md
├── SCOPE
├── SOURCE_URL
└── SUMMARY
/README.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | # 后续不再维护,转移到 https://github.com/wangyuan0217/MyXposed
4 |
5 |
6 |
7 | ## 简介
8 |
9 | 微博轻享版6.1.7-(去除开屏广告,去除时间线广告,强制暗黑模式)
10 |
11 | ## 反馈
12 |
13 | * 提交 [Issues](../../issues)
14 |
15 | ## 开源协议
16 |
17 | 本项目使用 [GPL-3.0](LICENSE) 协议开放源代码
18 |
19 | ```text
20 | ThisReallyLite
21 | Copyright (C) 2023 RealHeart
22 | This program is free software: you can redistribute it and/or modify
23 | it under the terms of the GNU General Public License as published by
24 | the Free Software Foundation, either version 3 of the License, or
25 | (at your option) any later version.
26 | This program is distributed in the hope that it will be useful,
27 | but WITHOUT ANY WARRANTY; without even the implied warranty of
28 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 | GNU General Public License for more details.
30 | You should have received a copy of the GNU General Public License
31 | along with this program. If not, see .
32 | ```
33 |
34 | ## 鸣谢
35 |
36 | * [LSPosed](https://github.com/LSPosed/LSPosed)
37 | * [YukiHookAPI](https://github.com/fankes/YukiHookAPI)
38 | * [RemoveAdsPlugin](https://github.com/chenyue404/RemoveAdsPlugin)
39 |
40 | [banner]: https://socialify.git.ci/RealHeart/ThisReallyLite/image?description=1&forks=1&issues=1&language=1&name=1&owner=1&pulls=1&stargazers=1&theme=Auto
41 |
--------------------------------------------------------------------------------
/SCOPE:
--------------------------------------------------------------------------------
1 | ["com.weico.international", "com.sina.weibolite"]
2 |
--------------------------------------------------------------------------------
/SOURCE_URL:
--------------------------------------------------------------------------------
1 | https://github.com/RealHeart/ThisReallyLite
--------------------------------------------------------------------------------
/SUMMARY:
--------------------------------------------------------------------------------
1 | 微博轻享版/极速版 去广告
--------------------------------------------------------------------------------