tridactyl/doc/workflow.md
2017-09-24 23:38:57 +01:00

18 lines
374 B
Markdown

# 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