>>965
整形フィルターなら可
非表示などを適用したい対象要素と「特定キーワード」を持つ要素との
共通の祖先(この場合html要素 = :root)で :has() を使う

example.net##:root:has(title:has-text(Example)) h1