Letterboxd ListSearch Plus

Search and filter Letterboxd lists with advanced options

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
Yukine
今日安裝
0
安裝總數
7
評價
0 0 0
版本
1.0.2
建立日期
2025-06-18
更新日期
2025-06-25
尺寸
10.7 KB
授權條款
MIT
腳本執行於

Letterboxd ListSearch Plus

A userscript that adds an in-page search box to Letterboxd lists with an Advanced search option toggle offering more advanced Boolean-style filtering. This userscript was inspired by the great work of jackmunhall and their extension Letterboxd List Search.

Features

  • Quick search - just type words (case- & accent-insensitive).
  • Advanced search
    • shawshank redemption - title must contain both words (matches The Shawshank Redemption)
    • parasite|haine - title can contain either word (matches Parasite or La Haine)
    • -dark - exclude titles containing that word (skips The Dark Knight)
    • "La La Land" - the words inside the quotes must appear together, in that exact order → matches La La Land (will NOT match La Haine or Land alone)
    • the (shawshank|dark) - finds titles that have the word the plus either shawshank or dark (matches The Shawshank Redemption and The Dark Knight)
  • Live counter - shows films loaded vs. films matching.

Usage Example

Usage Example

Example advanced search string: hara|" men" -children

  • hara matches any item containing "hara" (e.g. Harakiri).
  • " men" (with the leading space) matches the standalone word "men" (e.g. 12 Angry Men) by enforcing a word-boundary before "men". It will not match the "men" in "judgement" because there's no space before it.
  • -children excludes any item containing "children" (e.g. Children of Men).