-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhealthier-tech-habits.css
48 lines (40 loc) · 983 Bytes
/
healthier-tech-habits.css
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
body {
filter: grayscale(1);
}
/* This hides the Twitter feed before the JS kicks in */
[aria-label="Timeline: Your Home Timeline"] {
visibility: hidden;
}
[aria-label="Timeline: Explore"] {
visibility: hidden;
}
[aria-label="Timeline: Trending now"] {
visibility: hidden;
}
[aria-label="Who to follow"] {
visibility: hidden;
}
div[role='feed'] {
visibility: hidden;
}
/* This hides the LinkedIn feed before the JS kicks in */
div[role='main'] {
visibility: hidden;
}
/* This hides the Facebook feed before the JS kicks in */
div[id^='explorefeed_main_stream'],
div[id^='topnews_main_stream'],
div.ticker_stream,
div.ego_column,
#pagelet_home_stream,
#pagelet_trending_tags_and_topics,
#stories_pagelet_rhc,
#fb_stories_card_root,
#pagelet_gaming_destination_rhc,
#pagelet_canvas_nav_content {
visibility: hidden;
}
html:not([data-nfe-enabled='false']) div[role='feed'],
div[aria-label='Stories'] {
visibility: hidden;
}