よくわからんが javascript を注入して消したいだけなら
document.querySelector("body > div:nth-of-type(4) > div:nth-of-type(2)").style.setProperty("display", "none", "");
(body の中の 4 番目の div の中の 2 番目の div のスタイルに display: none を追加)
みたいにすればいいだけだぞ
よくわからんが javascript を注入して消したいだけなら
document.querySelector("body > div:nth-of-type(4) > div:nth-of-type(2)").style.setProperty("display", "none", "");
(body の中の 4 番目の div の中の 2 番目の div のスタイルに display: none を追加)
みたいにすればいいだけだぞ