An unofficial browser extension to add additional functionality to the Scryfall website. This extension is not developed by the Scryfall team. You can find it on Chrome and Firefox.
For support, please open an issue.
As with many extensions, it relies on the DOM structure and JavaScript of Scryfall remaining consistent. So if something changes on Scryfall, it may result in the extension breaking. If that happens, open an issue and we will work to fix it.
Checkout the contributing guide for info about how to contribute.
When a version is ready for release run:
$ NODE_ENV=production npm run build
Now, the content of build/google_chrome
and build/firefox
folders will be the extension in a state ready to be submitted to the Chrome Web Store and Mozilla Add-ons.
Just take a look at the official guide to more infos about publishing in the Chrome Web Store.
Unit tests are run via jest.
npm test