Initial ramblings about making addons

This commit is contained in:
Oliver Blanthorn 2017-02-12 15:20:33 +00:00
parent 02cf7cbf51
commit d8476f6101

18
workflow.md Normal file
View file

@ -0,0 +1,18 @@
# Playing with Firefox background scripts
1. about:debugging - load temporary addon
2. click "debug"
3. click "console"
4. disable most things apart from logging
5. have fun
# Playing with content scripts
1. about:debugging
2. dunno the rest
# Experimental WebExtension API addons
1. complicated, but Colin knows a bit.
# Compiling CoffeeScript
coffee -c script.coffee