tridactyl/doc/workflow.md

21 lines
384 B
Markdown
Raw Normal View History

2017-02-12 15:20:33 +00:00
# Playing with Firefox background scripts
2018-05-23 23:07:58 -06:00
1. about:debugging - load temporary addon
2. click "debug"
3. click "console"
4. disable most things apart from logging
5. have fun
2017-02-12 15:20:33 +00:00
# Playing with content scripts
2018-05-23 23:07:58 -06:00
1. about:debugging
2. dunno the rest
2017-02-12 15:20:33 +00:00
# Experimental WebExtension API addons
2018-05-23 23:07:58 -06:00
1. complicated, but Colin knows a bit.
2017-02-12 15:20:33 +00:00
# Compiling CoffeeScript
2018-05-23 23:07:58 -06:00
2017-02-12 15:20:33 +00:00
coffee -c script.coffee