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.

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

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!)

Autor
𝖢𝖸 𝖥𝗎𝗇𝗀
Dnevne instalacije
3
Ukupnih instalacija
14
Ocjene
0 0 0
Verzija
0.1.2
Stvoreno
13.12.2025.
Ažurirano
15.12.2025.
Size
14,1 KB
Licenza
MIT
Primjenjuje se

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.