mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 10:01:39 -05:00
19 lines
374 B
Markdown
19 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
|