-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtwitter-config.ts
50 lines (50 loc) · 1.29 KB
/
twitter-config.ts
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
export const TWITTER_CONFIG = {
'Boost productivity': [
{
id: 'twitter_HideHomeFeed',
label: 'Hide Home feed',
},
{
id: 'twitter_HideWhoToFollow',
label: `Hide Who to follow`,
},
{
id: `twitter_HideWhatsHappening`,
label: `Hide What's happening`,
},
{
id: 'twitter_HideNotifications',
label: `Hide Notifications`,
},
{
id: 'twitter_HidePromotedPosts',
label: 'Hide Promoted Posts',
}
],
'Hide vanity': [
{
id: 'twitter_HideAllVanity',
label: 'Hide all tweet metrics',
},
{
id: 'twitter_HideLikes',
label: `Hide Likes`,
},
{
id: 'twitter_HideRetweets',
label: `Hide Retweets`,
},
{
id: 'twitter_HideReply',
label: `Hide Replies`,
},
{
id: 'twitter_HideViewCount',
label: `Hide View count`,
},
{
id: 'twitter_HideFollowerFollowing',
label: `Hide Follow count`,
}
]
}