Fix: No colors on Twitter for Firefox mobile
This commit is contained in:
parent
714dda8cf3
commit
ede20f4f67
@ -4,6 +4,7 @@ var hostname = typeof (location) != 'undefined' ? location.hostname : '';
|
||||
if (hostname.startsWith('www.')) {
|
||||
hostname = hostname.substring(4);
|
||||
}
|
||||
if (hostname == 'mobile.twitter.com') hostname = 'twitter.com';
|
||||
if (hostname.endsWith('.reddit.com')) hostname = 'reddit.com';
|
||||
if (hostname.endsWith('.facebook.com')) hostname = 'facebook.com';
|
||||
if (hostname.endsWith('.youtube.com')) hostname = 'youtube.com';
|
||||
|
Loading…
x
Reference in New Issue
Block a user