/dark-moe

🌃 personal fork of Dark Reader, Chrome and Firefox extension

Primary LanguageJavaScriptMIT LicenseMIT

dark-moe: a fork of Dark Reader

This extension is a fork of Dark Reader that removes some features I didn't want. Changes made include:

  • remove news functionality
  • remove social links on extension popup
  • remove Halloween mode

This fork is not distributed on the Chrome Web Store; it is shared in the spirit of FOSS and for educational purposes. I recommend that if you want up-to-date themes, bug fixes, and features, you use and contribute to Dark Reader itself.

glitch doge

Development

npm install
npm run debug

Then go to chrome://extensions and Load unpacked the debug/ folder.

Distribution

npm install
npm run release

This will generate build.zip for use in Chromium browsers and build-firefox.xpi for use in Firefox.