Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add replacement placeholder for Quora #2825

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add replacement placeholder for Quora
  • Loading branch information
clasick committed Jan 2, 2022
commit 9ffb0d85d323e76125b4060a90822408f919e8ec
14 changes: 14 additions & 0 deletions src/data/socialwidgets.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,20 @@
"type": 0
}
},
"Quora": {
"domains": [
"www.quora.com"
],
"buttonSelectors": [
"iframe[src^='https://www.quora.com/widgets/']"
],
"replacementButton": {
"unblockDomains": [
"www.quora.com"
],
"type": 3
}
},
"Rumble Video Player": {
"domain": "rumble.com",
"buttonSelectors": [
Expand Down