Skip to content

Instantly share code, notes, and snippets.

@ymm1x
Last active September 16, 2024 16:15
Show Gist options
  • Save ymm1x/20f524944e53189c4241db5f7b601e58 to your computer and use it in GitHub Desktop.
Save ymm1x/20f524944e53189c4241db5f7b601e58 to your computer and use it in GitHub Desktop.
Bluesky (bsky.app) でタイムライン上の「あなたへのおすすめ」を非表示にする User CSS (2024/09/12 時点)
/**
* NOTE:
* アプリの言語設定が English か Japanese の場合のみ動作します。
* 今後の Bluesky のアップデートにより、正常に動作しなくなる可能性があります。
*/
div:has(> div > div > a[aria-label="Browse more suggestions"][href="/search"]),
div:has(> div > div > a[aria-label="さらにおすすめを見る"][href="/search"]) {
display: none;
}
@ymm1x
Copy link
Author

ymm1x commented Sep 12, 2024

@ymm1x
Copy link
Author

ymm1x commented Sep 12, 2024

「あなたへのおすすめ」の表示の改善提案チケットは以下。
bluesky-social/social-app#5214

チケットの流れを見るに、近日中に Bluesky 本体に改善が入ると思われる。

@ymm1x
Copy link
Author

ymm1x commented Sep 12, 2024

Revision 7 で要素の判定精度を向上したので、以前のものを使用している人は最新版に差し替えをおすすめ。

@ymm1x
Copy link
Author

ymm1x commented Sep 12, 2024

User CSS の適用前後の Before / After(ユホリンさんありがとう):
https://bsky.app/profile/ymm1x.net/post/3l3u26kwftc2w

@ymm1x
Copy link
Author

ymm1x commented Sep 13, 2024

非表示にしたい理由は Bluesky で あなたへのおすすめ の検索結果(Latestタブのポスト)を見て察してほしい。
https://bsky.app/search?q=%22%E3%81%82%E3%81%AA%E3%81%9F%E3%81%B8%E3%81%AE%E3%81%8A%E3%81%99%E3%81%99%E3%82%81%22

2024/09/13 時点では非表示にしたいという声が多数見られる。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment