From 9a9924ed6ce414a5d0ebc29f7c08ecdf3e1724a2 Mon Sep 17 00:00:00 2001 From: Anonymous Contributor <> Date: Fri, 5 Apr 2024 11:42:37 +0200 Subject: [PATCH 1/5] Add jiji --- declarations/jiji online service policy.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 declarations/jiji online service policy.json diff --git a/declarations/jiji online service policy.json b/declarations/jiji online service policy.json new file mode 100644 index 0000000..9781351 --- /dev/null +++ b/declarations/jiji online service policy.json @@ -0,0 +1,12 @@ +{ + "name": "jiji online service policy", + "documents": { + "Privacy Policy": { + "fetch": "https://jiji.co.ke/privacy.html", + "select": [ + ".h-p-20" + ], + "executeClientScripts": true + } + } +} From 60b7eb9c2cd227a452ee811f8508189e504d4453 Mon Sep 17 00:00:00 2001 From: Clifford Ouma Date: Mon, 3 Jun 2024 08:54:40 +0300 Subject: [PATCH 2/5] Remove jiji online serveice.json --- declarations/jiji online service policy.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 declarations/jiji online service policy.json diff --git a/declarations/jiji online service policy.json b/declarations/jiji online service policy.json deleted file mode 100644 index 9781351..0000000 --- a/declarations/jiji online service policy.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "jiji online service policy", - "documents": { - "Privacy Policy": { - "fetch": "https://jiji.co.ke/privacy.html", - "select": [ - ".h-p-20" - ], - "executeClientScripts": true - } - } -} From 2de50803193bf46e761c5e3d5bb6c8823710aabf Mon Sep 17 00:00:00 2001 From: Clifford Ouma Date: Mon, 3 Jun 2024 08:55:42 +0300 Subject: [PATCH 3/5] Change to a suitable selector --- declarations/Jiji.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 declarations/Jiji.json diff --git a/declarations/Jiji.json b/declarations/Jiji.json new file mode 100644 index 0000000..caa8796 --- /dev/null +++ b/declarations/Jiji.json @@ -0,0 +1,12 @@ +{ + "name": "Jiji", + "documents": { + "Privacy Policy": { + "fetch": "https://jiji.co.ke/privacy.html", + "select": [ + ".h-mv-20" + ], + "executeClientScripts": true + } + } +} From 386c87a59139ed554ba9e8d21e1fde87c7e23e51 Mon Sep 17 00:00:00 2001 From: Clifford Ouma Date: Fri, 6 Sep 2024 17:44:46 +0300 Subject: [PATCH 4/5] Update Jiji.json --- declarations/Jiji.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/declarations/Jiji.json b/declarations/Jiji.json index caa8796..8fa6771 100644 --- a/declarations/Jiji.json +++ b/declarations/Jiji.json @@ -6,7 +6,7 @@ "select": [ ".h-mv-20" ], - "executeClientScripts": true + "executeClientScripts": true } } } From 1f8dea71391a501527e24677cd1a1e1d98a42c29 Mon Sep 17 00:00:00 2001 From: Clifford Ouma Date: Fri, 6 Sep 2024 17:46:27 +0300 Subject: [PATCH 5/5] Update Jiji.json --- declarations/Jiji.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/declarations/Jiji.json b/declarations/Jiji.json index 8fa6771..caa8796 100644 --- a/declarations/Jiji.json +++ b/declarations/Jiji.json @@ -6,7 +6,7 @@ "select": [ ".h-mv-20" ], - "executeClientScripts": true + "executeClientScripts": true } } }