Skip to content

star-hengxing/clipboard-url-clear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clipboard URL Clear

Now support platform:

  • Windows

Feature

  • 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

Getting started

Download the program from the release page and run it directly in the command line.

Build

Prerequisites

  • xmake
  • Requires C++20 compiler.

Setup

scoop install xmake

Clone repo, then build and run.

xmake -y
xmake run

Test

xmake test

Credits