Skip to content

Commit

Permalink
Fix Quora - Terms of Service #183 (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
smmkolesnikov authored Nov 20, 2023
1 parent 44e7dc3 commit 6c94f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions declarations/Quora.json
Original file line number Diff line number Diff line change
Expand Up @@ -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\"]"
Expand Down

0 comments on commit 6c94f7d

Please sign in to comment.