我想隱藏我的Twitter帳戶中的「誰關注」框。顯示無「誰要關注」twitter
爲此,我使用名爲Minimalist的Chrome擴展。
出於某種原因,我的CSS代碼是不工作:
//not working
.wtf-module{
display: none;
}
//not working
.js-wtf-module{
display: none;
}
//not working
.dashboard:nth-child(2){
display: none;
}
任何想法?
所有的建議都非常歡迎。
謝謝!它工作得很好 – Alberto