diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2015-03-21 04:30:35 +0530 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-03-22 15:13:11 +0530 |
commit | 596e03e546ab1203a7c95865a1eeb8c64875f925 (patch) | |
tree | 02a58bd8f9c7c256a0f80f1595362feb03b3faea /resources/user-agent-js/00.example.js | |
parent | 87af57cefc671f445c5b977f2b27d7ca9e70e390 (diff) | |
download | servo-596e03e546ab1203a7c95865a1eeb8c64875f925.tar.gz servo-596e03e546ab1203a7c95865a1eeb8c64875f925.zip |
Basic userscript support
Diffstat (limited to 'resources/user-agent-js/00.example.js')
-rw-r--r-- | resources/user-agent-js/00.example.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/user-agent-js/00.example.js b/resources/user-agent-js/00.example.js new file mode 100644 index 00000000000..c024b0f6a48 --- /dev/null +++ b/resources/user-agent-js/00.example.js @@ -0,0 +1,5 @@ +// Keep files in this directory which you would like executed before +// any other script when servo is run with `--userscripts` +// Files are sorted alphabetically. When committing polyfills +// order them with numbers, e.g. `01.innerhtml.js` will be executed before +// `05.jquery.js` |