Greasy Fork is available in English.

Facebook Switch to All comments

To switch Facebook to All comments

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(Tôi đã có Trình quản lý tập lệnh người dùng, hãy cài đặt nó!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Tác giả
𝖢𝖸 𝖥𝗎𝗇𝗀
Cài đặt hàng ngày
0
Số lần cài đặt
24
Đánh giá
0 0 0
Phiên bản
0.1.2
Đã tạo
13-12-2025
Đã cập nhật
15-12-2025
Kích thước
10 KB
Giấy phép
MIT
Áp dụng cho

Facebook Switch to All comments (Userscript)

Automatically changes Facebook’s comment sorting from “Most relevant” to “All comments” whenever it detects the comment filter menu on posts.

What it does

  • Watches the page for comment sections to appear (works with infinite scroll / dynamic loading).
  • Opens the comment sorting dropdown if it’s set to “Most relevant”.
  • Clicks “All comments” in the menu.
  • Supports multiple Facebook UI languages (English, Spanish, French, German, Portuguese, Arabic, Hindi, Chinese, Japanese, Korean, Russian, Indonesian, Italian, Turkish).

Where it runs

Notes / behavior

  • Uses a MutationObserver to react to Facebook’s constantly-changing DOM.
  • Attempts to locate Facebook’s comment container styling dynamically (so it’s less dependent on hard-coded class names).
  • If Facebook changes labels/UI structure, the script may need updates.