From 79c10bdaa9cd90589ca84b37148ce1c74cd92fb1 Mon Sep 17 00:00:00 2001 From: Emmanuel Chemelil Date: Sun, 2 Feb 2025 17:06:01 +0100 Subject: [PATCH 1/3] Add VIUSASA Terms of Service --- declarations/VIUSASA.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 declarations/VIUSASA.json diff --git a/declarations/VIUSASA.json b/declarations/VIUSASA.json new file mode 100644 index 0000000..44e126a --- /dev/null +++ b/declarations/VIUSASA.json @@ -0,0 +1,12 @@ +{ + "name": "VIUSASA", + "documents": { + "Terms of Service": { + "fetch": "https://viusasa.com/only-terms?color=white&textColor=black&isMobile=true", + "select": [ + ".p-4" + ], + "executeClientScripts": true + } + } +} From 822035dfc40f2f7b1416f995bfd45758691b7b92 Mon Sep 17 00:00:00 2001 From: Clifford Ouma Ochieng Date: Wed, 5 Feb 2025 03:03:17 +0100 Subject: [PATCH 2/3] Update Viusasa Terms of Service declaration --- declarations/Viusasa.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 declarations/Viusasa.json diff --git a/declarations/Viusasa.json b/declarations/Viusasa.json new file mode 100644 index 0000000..eaf7055 --- /dev/null +++ b/declarations/Viusasa.json @@ -0,0 +1,12 @@ +{ + "name": "Viusasa", + "documents": { + "Terms of Service": { + "fetch": "https://viusasa.com/only-terms?color=white&textColor=black&isMobile=true", + "select": [ + ".p-4" + ], + "executeClientScripts": true + } + } +} From 9d22b86f0c2cc04b5bcf8568a7b605d4b2f4125f Mon Sep 17 00:00:00 2001 From: Clifford Ouma Date: Wed, 5 Feb 2025 05:03:47 +0300 Subject: [PATCH 3/3] Delete declarations/VIUSASA.json --- declarations/VIUSASA.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 declarations/VIUSASA.json diff --git a/declarations/VIUSASA.json b/declarations/VIUSASA.json deleted file mode 100644 index 44e126a..0000000 --- a/declarations/VIUSASA.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "VIUSASA", - "documents": { - "Terms of Service": { - "fetch": "https://viusasa.com/only-terms?color=white&textColor=black&isMobile=true", - "select": [ - ".p-4" - ], - "executeClientScripts": true - } - } -}