From 5af5f73c11baf3bef7789b0e142e047b0e6de7e4 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 5 Apr 2024 04:17:28 -0400 Subject: [PATCH] Twitter: Detect on x.com as well for mobile app The iOS app uses x.com, while the website still uses twitter.com. --- Twitter.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Twitter.js b/Twitter.js index d21419f5d92..28b2e3698c5 100644 --- a/Twitter.js +++ b/Twitter.js @@ -2,14 +2,14 @@ "translatorID": "31659710-d04e-45d0-84ba-8e3f5afc4a54", "label": "Twitter", "creator": "Bo An, Dan Stillman", - "target": "^https?://([^/]+\\.)?twitter\\.com/", + "target": "^https?://([^/]+\\.)?(twitter|x)\\.com/", "minVersion": "4.0", "maxVersion": "", "priority": 100, "inRepository": true, "translatorType": 4, "browserSupport": "gcsibv", - "lastUpdated": "2023-08-17 18:35:48" + "lastUpdated": "2024-04-05 08:16:53" } /*