From 6c94f7d2035b01e4f93c047a5369c1a74458a455 Mon Sep 17 00:00:00 2001 From: smmkolesnikov <86059054+smmkolesnikov@users.noreply.github.com> Date: Mon, 20 Nov 2023 13:30:21 +0100 Subject: [PATCH] Fix Quora - Terms of Service #183 (#193) --- declarations/Quora.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/declarations/Quora.json b/declarations/Quora.json index f1a8273..6b77b70 100644 --- a/declarations/Quora.json +++ b/declarations/Quora.json @@ -4,14 +4,14 @@ "Terms of Service": { "fetch": "https://www.quora.com/about/tos", "select": [ - "#mainContent" + "#root" ], "executeClientScripts": true }, "Privacy Policy": { "fetch": "https://www.quora.com/about/privacy", "select": [ - "#mainContent" + "#root" ], "remove": [ "img[class=\"q-image qu-display--block\"]"