Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.25 KB

File metadata and controls

24 lines (13 loc) · 1.25 KB

Letterboxd IMDb Trivia

Chrome and Firefox extension to add IMDb trivia to a Letterboxd movie page.

Firefox Addon
Chrome Extension

Trivia Tab

How to build and test

src/shared contains the main code. src/chrome and src/firefox have browser-specific files that overwrite the ones in shared at the build step.

To build both versions, run the ./build.sh Bash script in the main folder. dist/chrome/src then contains the extension for that browser, lb-imdb.zip is that folder zipped for distribution in the Web- and Add-on stores.

Run ./watch.sh with installed fswatch to build whenever something in src/ changes.

To test the extension in chrome, enable developer mode and load the dist/chrome/src folder.

In Firefox, load the temporary Add-on in about:debugging.

thx to

  • 1netanel for hidden spoilers suggestion and demo.