about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2023-05-09 09:04:14 +0300
committerManeraKai <manerakai@protonmail.com>2023-05-09 09:04:14 +0300
commitaef72fd5b08b41e2a4c69791cd74a66f2836e276 (patch)
treeb40d2965c7e643da5816897bc85534afca5584ac
parentMerge branch 'patch-1' of https://github.com/xbdmHQ/browser_extension into xb... (diff)
downloadlibredirect-aef72fd5b08b41e2a4c69791cd74a66f2836e276.zip
Keeped Suds
-rw-r--r--src/config.json25
1 files changed, 21 insertions, 4 deletions
diff --git a/src/config.json b/src/config.json
index dfa8e5c1..d5ae1fd6 100644
--- a/src/config.json
+++ b/src/config.json
@@ -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"
 		}
 	}
-}
+}
\ No newline at end of file