Update readme
This commit is contained in:
parent
5b926e22ae
commit
ad81b303e9
|
@ -1,5 +1,5 @@
|
||||||
# wyebadblock
|
# 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
|
most of code of this are from https://github.com/GNOME/epiphany/tree/master/embed/web-extension
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@ void wyebkeep(char *exe, int sec); //keep alive. default is 3s
|
||||||
//loop the wyebkeep. to stop, use g_source_remove
|
//loop the wyebkeep. to stop, use g_source_remove
|
||||||
guint wyebloop(char *exe, int sec);
|
guint wyebloop(char *exe, int sec);
|
||||||
//send stdin to svr and ret data to stdout
|
//send stdin to svr and ret data to stdout
|
||||||
//blank and enter exit it
|
//blank and enter exits
|
||||||
void wyebclient(char *exe);
|
void wyebclient(char *exe);
|
||||||
|
|
||||||
//server
|
//server
|
||||||
|
|
Loading…
Reference in New Issue
Block a user