From 4f18850786b7c205bc21d1b230d40ce4ca52a66f Mon Sep 17 00:00:00 2001 From: shinigami-eyes <43276258+shinigami-eyes@users.noreply.github.com> Date: Fri, 16 Nov 2018 20:34:57 +0100 Subject: [PATCH] Don't color "Show this thread" on twitter --- extension/content.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extension/content.js b/extension/content.js index 20be0d8..d6e7d58 100644 --- a/extension/content.js +++ b/extension/content.js @@ -33,6 +33,9 @@ if (hostname == 'twitter.com') { color: inherit !important; } + a.show-thread-link { + color: inherit !important; + } .fullname, .stream-item a:hover .fullname, .stream-item a:active .fullname