Update readme

This commit is contained in:
jun7 2018-05-23 12:58:07 +09:00
parent 673aced283
commit 5be40cf9b2

View File

@ -85,7 +85,7 @@ Make sure the huge css takes mamory a lot.
Setting chars(whatever) to the env value $DISABLE_ADBLOCK disables adblock. Setting chars(whatever) to the env value $DISABLE_ADBLOCK disables adblock.
###For source code: ### For source code:
set string ";adblock:false;" as the user data of the set string ";adblock:false;" as the user data of the
webkit_web_context_set_web_extensions_initialization_user_data; webkit_web_context_set_web_extensions_initialization_user_data;
@ -95,7 +95,7 @@ Runtime:
in any extension. in any extension.
####Full Control #### Full Control
If you want full control of wyebab as wyeb does, wyebab has api mode. If you want full control of wyebab as wyeb does, wyebab has api mode.
Set string ";wyebabapi;" as the extensions_init's data. Set string ";wyebabapi;" as the extensions_init's data.