Keeped Suds

This commit is contained in:
ManeraKai 2023-05-09 09:04:14 +03:00
parent f2fe5bb67c
commit aef72fd5b0
No known key found for this signature in database
GPG Key ID: 5ABC31FFD562E337
1 changed files with 21 additions and 4 deletions

View File

@ -350,7 +350,6 @@
"name": "LBRY",
"options": {
"enabled": false,
"frontend": "librarian",
"redirectType": "main_frame",
"unsupportedUrls": "bypass"
},
@ -618,8 +617,26 @@
"embeddable": false,
"url": "https://wikipedia.org"
},
}
"snopes": {
"frontends": {
"suds": {
"name": "Suds",
"instanceList": true,
"url": "https://git.vern.cc/cobra/Suds"
}
},
"targets": [
"^https?:\\/{2}(www\\.)?snopes\\.com\\/"
],
"name": "Snopes",
"options": {
"enabled": false,
"unsupportedUrls": "bypass"
},
"imageType": "svg",
"embeddable": false,
"url": "https://www.snopes.com"
},
"waybackMachine": {
"frontends": {
"waybackClassic": {
@ -723,4 +740,4 @@
"url": "https://www.wolframalpha.com"
}
}
}
}