このへん?

//X(Twitter)WEB公式用
/* リストページのヘッダ削除 */
div[aria-label="タイムライン: リスト"] > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1){ display: none; }

/* ユーザーページのヘッダ削除 */
div[aria-label="ホームタイムライン"][tabindex="0"] > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1)
{ display: none !important; }