From b878e322a340e3aad3a8dbbf80512ffef36ac178 Mon Sep 17 00:00:00 2001 From: Emmanuel Chemelil Date: Sun, 2 Feb 2025 17:04:17 +0100 Subject: [PATCH] Add VIUSASA undefined --- 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..f677fd6 --- /dev/null +++ b/declarations/VIUSASA.json @@ -0,0 +1,12 @@ +{ + "name": "VIUSASA", + "documents": { + "undefined": { + "fetch": "https://viusasa.com/only-terms?color=white&textColor=black&isMobile=true", + "select": [ + ".p-4" + ], + "executeClientScripts": true + } + } +}