We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c7389 commit dff5e1eCopy full SHA for dff5e1e
1 file changed
src/background/get-twitter.ts
@@ -16,7 +16,8 @@ export async function getTwitterTitle(
16
if (
17
!(
18
(url.hostname === "twitter.com" ||
19
- url.hostname === "mobile.twitter.com") &&
+ url.hostname === "mobile.twitter.com" ||
20
+ url.hostname === "x.com") &&
21
/^\/\w+\/status\/\d+/.exec(url.pathname)
22
)
23
) {
0 commit comments