From a4ab1cf81935ae9f5f2d61bc90f7663fa0c1b9ee Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 16 Feb 2016 23:02:37 +0700 Subject: [PATCH] remove useless tip in the organization news feed --- extension/content.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/extension/content.css b/extension/content.css index 6bb3f7e..179b601 100755 --- a/extension/content.css +++ b/extension/content.css @@ -152,3 +152,8 @@ .github-jobs-promotion { display: none !important; } + +/* remove useless tip in the organization news feed */ +#dashboard .alert.git_hub { + display: none !important; +}