- Make sure both your browser and OneeChan are up to date.
- Disable your other extensions & scripts to identify conflicts.
- If your issue persists, open a new issue with the following information:
- Precise steps to reproduce the problem, with the expected and actual results.
- Console errors, if any.
- Browser version.
Open your console with:
Ctrl + Shift + Jon Chrome.Ctrl + Shift + Kon Firefox.
- Install node.js.
- Install Grunt's CLI with
npm install -g grunt-cli. - Clone OneeChan.
cdinto it.- Install/Update OneeChan dependencies with
npm install.
- Build with
grunt.
- Update the version with
grunt patch,grunt minororgrunt major. - Release with
grunt release.
Note: this is only used to release new OneeChan versions, and is not needed or wanted in pull requests.
- Edit the sources.
- Open a pull request to merge branch.