脚本
-
-
IMDb List → CSV via Pagination Select JS - Export all movies in an IMDb list, paging via the #listPagination <select>.
-
IMDb List → CSV via Fast Regex JS - Faster export of all movies in an IMDb list using regex+JSON.parse, skipping DOMParser for page1.
-
Letterboxd List → Full CSV Export (v0.5) JS - Fetch every “page/N/” HTML, scrape Rank/Title/URL from the server-rendered <li>s, and download export.csv.
-
IMDb List → Send to Kodi via Fenlight (Button Action Choice) JS - Send or preview an entire IMDb list to Kodi (Fenlight) with button-based action selection when configured to ask each time.
-
IMDb List → Send to Kodi via Fenlight (Ask-each-time fixed) JS - Send an IMDb list to Kodi (Fenlight) as a personal list; pick a default action or have it ask you each time with buttons.
-
IMDb List → Send to Kodi via Fenlight (Ask-each-time fixed + omit action option) JS - Send an IMDb list to Kodi (Fenlight) as a personal list; pick a default action, have it ask each time with buttons, or omit the action key.
-
IMDb List → Send to Kodi via Fenlight (Ask-each-time fixed + omit action option) JS - Send an IMDb list to Kodi (Fenlight) as a personal list; pick a default action, have it ask each time with buttons, or omit the action key.
-
Letterboxd → FLAM (Fenlight) [MOBILE] JS - Mobile-friendly: Send Letterboxd lists & nanogenre pages to Kodi (Fenlight) via TMDB with smart matching. Touch-first UI: floating dock, full-screen overlays, large tap targets, momentum scrolling. All tools moved into Settings tabs.
-
Letterboxd → FLAM (Fenlight) [MOBILE • Optimized] JS - Mobile-optimized & cache-fast: sends Letterboxd lists/nanogenres to Kodi Fenlight via TMDB. Touch-first UI + zero-network FLAM when cached. No page refetch on single-page lists. IndexedDB writes only when dirty. Background base-cache revalidate at most once/day.
-
Letterboxd → FLAM (Fenlight) [MOBILE • Speedy] JS - Mobile-friendly: Send Letterboxd lists & nanogenre pages to Kodi (Fenlight) via TMDB with smart matching. Touch-first UI, overlays, larger tap targets. Now faster: no revalidate on send, dirty-only writes, deduped base load, and optional perf marks.