From 8b10f2813352c20aaf7fc627a1c895383e4f528c Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Fri, 20 Aug 2021 18:37:29 +0200 Subject: [PATCH] Update DandelionSproutRedirectorList.json --- .../DandelionSproutRedirectorList.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/Dandelion Sprout-s Redirector Assistant List/DandelionSproutRedirectorList.json b/Dandelion Sprout-s Redirector Assistant List/DandelionSproutRedirectorList.json index 2a12d8a42..a24d5073b 100644 --- a/Dandelion Sprout-s Redirector Assistant List/DandelionSproutRedirectorList.json +++ b/Dandelion Sprout-s Redirector Assistant List/DandelionSproutRedirectorList.json @@ -909,6 +909,23 @@ "appliesTo": [ "main_frame" ] + }, + { + "description": "AMP removal 9", + "exampleUrl": "https://www.google.com/s/www.polygon.com/platform/amp/22627759/activion-blizzard-lawsuit-games-worker-unions-labor-organizing", + "exampleResult": "https://www.polygon.com/22627759/activion-blizzard-lawsuit-games-worker-unions-labor-organizing", + "error": null, + "includePattern": "https://www.google.com/s/(.*)/platform/amp/(.*)", + "excludePattern": "", + "patternDesc": "", + "redirectUrl": "https://$1/$2", + "patternType": "R", + "processMatches": "noProcessing", + "disabled": false, + "grouped": false, + "appliesTo": [ + "main_frame" + ] } ] -} \ No newline at end of file +}