Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.32 KB

contributing.md

File metadata and controls

50 lines (38 loc) · 1.32 KB

Contributing

Suggestions and pull requests are highly welcome! Have a look at the open issues.

Notions

  • The extension can be loaded into Chrome or Firefox(not supported yet) manually (See notes below).
  • Vanilla javascript is used to create DOM elements and manipulation.

Workflow

Get the source on your machine and start working:

git clone https://github.com/apsknight/eziitbbs.git
cd eziitbbs
npm install

Then load or reload sorce directory into the browser to see the changes (this does not happen automatically).

Loading into the browser

Once built, load it in the browser of your choice(curretly only Chrome is supported):

Chrome Firefox
  1. Open chrome://extensions;
  2. Check the Developer mode checkbox;
  3. Click on the Load unpacked extension button;
  4. Select the folder refined-github/distribution.
  1. Open about:debugging#addons;
  2. Click on the Load Temporary Add-on button;
  3. Select the file refined-github/distribution/manifest.json.