-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgithub-com-no-popup.user.css
105 lines (92 loc) · 2.76 KB
/
github-com-no-popup.user.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
/* ==UserStyle==
@name github.com - no-popup
@version 0.4.2
@description github.com - no-popup
@namespace tst2005/github-com-no-popup
@author tst2005
@homepageURL https://github.com/usercss/misc
@supportURL https://github.com/usercss/misc/issues
@updateURL https://github.com/usercss/misc/raw/master/github-com-no-popup.user.css
@license MIT
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix("https://github.com/") {
/* old: no sign up */
body.logged-out div.signup-prompt-bg,
#show_issue div#discussion_bucket div.discussion-timeline-actions div.flash.flash-warn,
div.issues-listing div.signup-prompt-bg {display: none;}
/* 2020-10-08: Join Github today (on repository main page) */
body.logged-out signup-prompt {
display: none!important;
}
/* 2020-10-08: Cookies */
.js-cookie-consent-banner {
display: none!important;
}
div.js-notice > div[class$="-banner"] {
display:none!important;
}
div.content.text-center.js-banner,
.protip {
display: none;
}
/* hide info popup but not all (show the diff-settings, etc.) */
.Popover.js-notice > .Popover-message {
display: none;
}
div.Popover > div.Popover-message.Popover-message--left-top.Box {
display: none;
}
/* no status */
.user-status-container-border {
display:none;
}
details-menu.dropdown-menu div.user-status-container.js-user-status-context,
details-menu.dropdown-menu div.dropdown-divider:nth-child(4) {
display:none;
}
/* tips in team management */
main div.js-check-all-container div.orgs-help-shelf.js-notice div.container-lg {
display:none;
}
/* Team Up 2019 */
html body.env-production aside[aria-label="Explore"] div.js-notice form.js-notice-dismiss[action^="/settings/dismiss-notice/"] {
display:none;
}
/* Join us chat ... */
html body.env-production aside[aria-label="Explore"] div.Box.border-blue.js-notice {
display:none;
}
/* tips in review */
div.Popover.js-suggested-change-onboarding-notice {
display: none;
}
/* no feature indicator */
summary.Header-link span.feature-preview-indicator {
display: none;
}
/* 2020-01-27: issue search tips */
div#partial-discussion-header.issue div.Popover.js-issue-xrefs-new-feature-notice {
display: none;
}
/* 2020-03-02: issues: tips about label */
div.js-check-all-container > div.js-notice {
display: none;
}
/* hide the "Marked remaining XX notifications as read." */
div#notification-center ul.notifications li.confirmation.mark-all-as-read-confirmed {
display: none;
}
/* 2020-04-23: no pro tips at bottom */
div.js-notifications-list-protip {
display: none!important;
}
/* 2020-04-23: no feedback a top rigth */
a[href*="feedback"] {
display:none!important
}
/* 2021-07-22: no Sponsors popup */
div.js-notice[data-ga-load*="Sponsors"] {
display:none!important
}
}