Change css option -css to --css
This commit is contained in:
parent
f07a88a42c
commit
173159a761
|
@ -79,7 +79,7 @@ and make link from the dir to the wyebadblock as above.
|
||||||
## Element Hiding
|
## Element Hiding
|
||||||
Per domain CSS hider rule is not supported
|
Per domain CSS hider rule is not supported
|
||||||
|
|
||||||
wyebab -css > user.css
|
wyebab --css > user.css
|
||||||
|
|
||||||
And add the user.css to your browser as user css.
|
And add the user.css to your browser as user css.
|
||||||
For wyeb, just copy the user.css to the conf dir.
|
For wyeb, just copy the user.css to the conf dir.
|
||||||
|
|
2
ab.c
2
ab.c
|
@ -211,7 +211,7 @@ int main(int argc, char **argv)
|
||||||
init();
|
init();
|
||||||
wyebsvr(argc, argv, datafunc);
|
wyebsvr(argc, argv, datafunc);
|
||||||
}
|
}
|
||||||
else if (!strcmp(argv[1], "-css"))
|
else if (!strcmp(argv[1], "-css") || !strcmp(argv[1], "--css"))
|
||||||
{
|
{
|
||||||
init();
|
init();
|
||||||
g_thread_join(initt);
|
g_thread_join(initt);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user