Now support platform:
- Windows
- Anti tracker.
bad: https://www.zhihu.com/aaa?bbb
good: https://www.zhihu.com/aaa
bad: https://tieba.baidu.com/aaa?bbb
good: https://tieba.baidu.com/aaa
We can customize domain in the clear_domains.csv
file.
format:
domain0,key1,key2
domain1,key1,key2
key usage:
https://www.domain0.com/aaa?key4=value4&key2=value2
https://www.domain0.com/aaa?key2=value2
clear_domains.csv
must be in the same directory as the program.
- Convert bilibili short url.
https://b23.tv/aaa -> https://www.bilibili.com/bbb
Download the program from the release page and run it directly in the command line.
- xmake
- Requires C++20 compiler.
-
Visual Studio (If you just want to build without developing, download the Microsoft C++ Build Tools)
-
Recommend use scoop as package manager on Windows.
scoop install xmake
Clone repo, then build and run.
xmake -y
xmake run
xmake test