Fix readme

This commit is contained in:
jun7 2018-05-21 19:57:05 +09:00
parent b040c652d1
commit 4e439f7f6f

View File

@ -33,8 +33,11 @@ set string "adblock:false;" as the user data of the
webkit_web_context_set_web_extensions_initialization_user_data;
Runtime:
g_object_set_data(G_OBJECT(webkitwebpage), "adblock", GINT_TO_POINTER('n'));
in any extension.
---