summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas@loeuillet.org>2017-03-14 18:04:32 +0100
committerFiveFilters.org <fivefilters@fivefilters.org>2017-03-14 18:04:32 +0100
commit9d55dfeb3e7590ddc92e307b2422f81f053f7cf5 (patch)
tree46f6a172c9c76c13332d3a00e1c507e9af96f506
parenta79e165d3534ffbee257d87766bd2be752b4ce2e (diff)
downloadftr-site-config-9d55dfeb3e7590ddc92e307b2422f81f053f7cf5.tar.gz
ftr-site-config-9d55dfeb3e7590ddc92e307b2422f81f053f7cf5.zip
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".
-rw-r--r--mobile.twitter.com.txt1
1 files changed, 1 insertions, 0 deletions
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]