I've changed this script
my change ↓
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("twitter.com") {
.user-rec-inner{display:none !important;}
}
I can hide "Who to follow".
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("twitter.com") {
.user-rec-inner{display:none !important;}
}
I can hide "Who to follow".