Add x.com mediaViewer URL

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
This commit is contained in:
Max R 2024-01-02 20:03:19 -05:00 committed by GitHub
parent d8d6a0c45a
commit 8c64127bbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
"alias": "twitter videos & voice", "alias": "twitter videos & voice",
"altDomains": ["x.com", "vxtwitter.com", "fixvx.com"], "altDomains": ["x.com", "vxtwitter.com", "fixvx.com"],
"subdomains": ["mobile"], "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 "enabled": true
}, },
"vk": { "vk": {