Note on Windows userscript extensions

Quick update for Issue #1946 (Document userscript types on Windows)
This commit is contained in:
Lazlow Carmichael 2016-10-02 21:49:05 -04:00 committed by GitHub
parent f024cc2c59
commit 3cadbd51db

View File

@ -22,6 +22,8 @@ To call a userscript, it needs to be stored in your data directory under
`userscripts` (for example: `~/.local/share/qutebrowser/userscripts/myscript`),
or just use an absolute path.
NOTE: On Windows, only userscripts with `com`, `bat`, or `exe` extensions will be launched.
Getting information
-------------------