This Chrome extension enhances the Letterboxd website with cleaner movie cards, a more efficient search bar featuring instant movie suggestions, and an improved user interface that hides unnecessary filters, navbar items, and sort options, along with other quality of life improvements.
- Display the cast member's image when hovering over their name. (#25)
- Automatically add a movie to the diary after rating it. (#26)
- Show an indicator if a movie is already in the watchlist. (#27)
- Allow removing a movie from a list directly from the movie component. (#28)
- Add keyboard shortcuts for search and make it a command component. (#29)
If you have ideas for further improvements, please email them to [email protected] or create an issue on this repository.
-
Check if your
Node.js
version is >= 14 -
Clone this repo and
cd
into itgit clone https://github.com/JSerwatka/letterboxd-tweaks.git cd letterboxd-tweaks
-
Install the dependencies
npm i
-
Build the project in dev mode
npm run dev
-
Enable
Developer mode
in yourManage Extensions
tab -
Click
Load unpacked
, and selectletterboxd-tweaks/build
folder
-
Chrome Extension with Vite template from create-chrome-ext
-
SolidJS