From 4e439f7f6fa396fa419b5f975c0e6461b7f7f6e7 Mon Sep 17 00:00:00 2001 From: jun7 Date: Mon, 21 May 2018 19:57:05 +0900 Subject: [PATCH] Fix readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9950f05..049c9f6 100644 --- a/README.md +++ b/README.md @@ -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. + ---