From 8c64127bbf2f29cd0c491a0f52cd2eaaf4a9fa61 Mon Sep 17 00:00:00 2001 From: Max R Date: Tue, 2 Jan 2024 20:03:19 -0500 Subject: [PATCH] Add x.com mediaViewer URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is the URL of the page on mobile web when you full-screen a video. Note: trying to visit a link this way will fail on desktop with "Hmm...this page doesn’t exist. Try searching for something else.", but will work if you simulate mobile web in your browser dev tools. Also the "mediaviewer" part isn't case-sensitive and the full URL has query-string params that aren't needed --- src/modules/processing/servicesConfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/processing/servicesConfig.json b/src/modules/processing/servicesConfig.json index e85b9070..06698757 100644 --- a/src/modules/processing/servicesConfig.json +++ b/src/modules/processing/servicesConfig.json @@ -15,7 +15,7 @@ "alias": "twitter videos & voice", "altDomains": ["x.com", "vxtwitter.com", "fixvx.com"], "subdomains": ["mobile"], - "patterns": [":user/status/:id", ":user/status/:id/video/:v"], + "patterns": [":user/status/:id", ":user/status/:id/video/:v", ":user/status/:id/mediaViewer"], "enabled": true }, "vk": {