Skip to content

Commit

Permalink
Update the support section
Browse files Browse the repository at this point in the history
  • Loading branch information
dpacassi committed Mar 18, 2018
1 parent 7c96f17 commit e12e228
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,21 @@ To install the web extension directly from the source, follow this steps:
- [Firefox Developer Edition](https://www.mozilla.org/en-US/firefox/developer/)
- [Chrome Canary](https://www.google.com/chrome/browser/canary.html)

### Installation from source (to mobile)
### Pushing to mobile
Make sure you have prepared your device with these [instructions](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Developing_WebExtensions_for_Firefox_for_Android).
After following the previous steps, continue like this:
- In the project's root folder: Overwrite the existing `manifest.json` with the `manifest-gecko.json` file
- Connect your mobile device via USB to your composer
- In the project's root folder: Run `./push-to-mobile.sh`
- In Firefox in your mobile device: Access `file:///storage/emulated/0` and select the `disable-javascript@pacassi.ch.xpi` file

## Contribution guidelines / support
## Contribution guidelines
If you want to contribute in any way or simply report bugs, please have a look at the [contribution guidelines](CONTRIBUTING.md) first.
Thank you!

## Support this project
If you want to support this project, please think about making a small [contribution](https://www.paypal.me/dpacassi/5), thank you!

## Future plans
Feature proposals are being added as [issues on GitHub](../../issues).
If you want something to be added, create an issue or upvote an existing one.
Expand Down
4 changes: 2 additions & 2 deletions pages/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ <h2>Changelog</h2>
</article>

<article>
<h2>Support</h2>
<p>If you need any assistance or find any bugs, feel free to create a new issue on the <a href="https://github.com/dpacassi/disable-javascript" target="_blank">projects GitHub page</a>.</p>
<h2>Support this project</h2>
<p>If you want to support this project, please think about making a small <a href="https://www.paypal.me/dpacassi/5" target="_blank">contribution</a>, thank you!</p>
</article>
</section>
</main>
Expand Down

0 comments on commit e12e228

Please sign in to comment.