From 9d55dfeb3e7590ddc92e307b2422f81f053f7cf5 Mon Sep 17 00:00:00 2001 From: Nicolas Lœuillet Date: Tue, 14 Mar 2017 18:04:32 +0100 Subject: Updated mobile.twitter.com (#276) Because mobile.twitter.com always has "Twitter" for its title page, I think it's better to change the title to have "Tweet from username". --- mobile.twitter.com.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile.twitter.com.txt b/mobile.twitter.com.txt index 110df84..a4ceeeb 100644 --- a/mobile.twitter.com.txt +++ b/mobile.twitter.com.txt @@ -1,4 +1,5 @@ # mobile site (automatic redirect - noscript meta refresh) +title: concat("Tweet from ", (//*[contains(@class, 'UserNames-displayName') or contains(@class, 'fullname')])[1]) author: (//*[contains(@class, 'UserNames-displayName') or contains(@class, 'fullname')])[1] body: (//div[contains(@class, 'TweetDetail-text') or contains(@class, 'tweet-text')])[1] date: (//div[contains(@class, 'TweetDetail-timeAndGeo') or contains(@class, 'metadata')])[1] -- cgit v1.3.1