mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
18 lines
374 B
Markdown
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
|