-
Notifications
You must be signed in to change notification settings - Fork 0
/
AxsTweetCNR.xml
64 lines (64 loc) · 3.29 KB
/
AxsTweetCNR.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<cnr>
<list title="Cycle Results" next="DOWN j" prev="UP k">
<item action="CALL:speakTweet">
/html/body[@id="home"]/div[@id="container"]/table/tb
ody/tr/td[@id="content"]/div/div[3]/ol[@id="timeline"]/li
</item>
//delete
<target title="Delete Tweet" hotkey="d" >
./span[2]/ul/li/span[@class="del"]
</target>
//reply
<target title="Reply Tweet" hotkey="r">
./span[2]/ul/li/span[@class="reply"]
</target>
//retweet
<target title="Retweet" hotkey="t">
./span[2]/ul/li/span[@class="retweet-link"]
</target>
//Favourites
//<target title="Retweet" hotkey="f">
//./span[2]/ul/li/span[@class="retweet-link"]
//</target>
</list>
<list title="Trending" next="DOWN j" prev="UP k" hotkey="e">
<item action="CALL:speakTrends">
/html/body[@id="home"]/div[@id="container"]/table/tbody/t
r/td[@id="side_base"]/div[@id="side"]/div[@id="trends"]/ul
/li/a
</item>
</list>
<list title="Cycle Results" next="UP j" prev="DOWN k" f
wd="x" back="c" >
<item>
/html/body[@id="following"]/div[@id="container"]/table/tbo
dy/tr/td[@id="content"]/div/div[@id="follow"]/div[@id="fol
low_grid"]/table/tbody/tr[*]/td[2]/address/span[2]/span[1]
</item>
<target title="Next Followers Link" hotkey="b">
/html/body[@id="following"]/div[@id="container"]/table/tbo
dy/tr/td[@id="content"]/div/div[@id="follow"]/div[@id="fol
low_grid"]/div[@id="pagination"]/a
</target>
<target title="Prev Followers Link" hotkey="c">
/html/body[@id="following"]/div[@id="container"]/table/tbo
dy/tr/td[@id="content"]/div/div[@id="follow"]/div[@id="fol
low_grid"]/div[@id="pagination"]/a[2]</target>
</list>
<list title="Cycle Results" next="UP j" prev="DOWN k">
<item>
/html/body[@id="followers"]/div[@id="container"]/table/tbo
dy/tr/td[@id="content"]/div/div[@id="follow"]/div[@id="fol
low_grid"]/table/tbody/tr[*]/td[2]/address/span[2]/span[1]
</item></list>
<target title="Next Followers Link" hotkey="b">
/html/body[@id="followers"]/div[@id="container"]/table/tbo
dy/tr/td[@id="content"]/div/div[@id="follow"]/div[@id="fol
low_grid"]/div[@id="pagination"]/a
</target>
<target title="Prev Followers Link" hotkey="c">
/html/body[@id="followers"]/div[@id="container"]/table/tbo
dy/tr/td[@id="content"]/div/div[@id="follow"]/div[@id="fol
low_grid"]/div[@id="pagination"]/a[2]
</target>
</cnr>;