Update readme

This commit is contained in:
jun7 2018-07-29 18:45:25 +09:00
parent 5b926e22ae
commit ad81b303e9
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# wyebadblock
An adblock extension for [wyeb](https://github.com/jun7/wyeb), also webkit2gtk browsers.
An adblock extension using the easylist.txt for [wyeb](https://github.com/jun7/wyeb), also webkit2gtk browsers.
most of code of this are from https://github.com/GNOME/epiphany/tree/master/embed/web-extension

View File

@ -34,7 +34,7 @@ void wyebkeep(char *exe, int sec); //keep alive. default is 3s
//loop the wyebkeep. to stop, use g_source_remove
guint wyebloop(char *exe, int sec);
//send stdin to svr and ret data to stdout
//blank and enter exit it
//blank and enter exits
void wyebclient(char *exe);
//server