Greasy Fork is available in English.

Filtrovat příspěvky Reddit

Filtrovat příspěvky, které nechcete, ve vašem (novém) Reddit kanálu pomocí regulárních výrazů

Seznam verzí skriptu, při kterých došlo ke změnám v kódu. Zobrazit všechny verze.

  • v2026-01-14 13. 01. 2026
    • unset DEBUG constant
  • v2026-01-13 13. 01. 2026
    • added inline copyright comment for @required library
  • v2026-01-13 13. 01. 2026

    This is a significant update. Some of the major changes:

    • allowed script to download post pages in the background, if necessary in order to obtain post flair
      • limited rate of background requests to 10 per 10 seconds (easily changeable in code)
      • wrote and @required a library to handle this
      • memoized flair using script storage, so a given post only needs to fetch its flair once
      • wrote and @required a library to handle making this storage temporary for 30 days (easily changeable in code)
      • changed order of user-defined rules to make fetching less necessary
    • allowed user-defined rules to have multiple targets, using separate match for title and flair
    • changed to GM.* API for greater compatibility among script managers
  • v2025-09-06 07. 09. 2025
    • allowed searching post flair
  • v2025-09-03 04. 09. 2025