mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Basic userscript support
This commit is contained in:
parent
87af57cefc
commit
596e03e546
4 changed files with 65 additions and 3 deletions
5
resources/user-agent-js/00.example.js
Normal file
5
resources/user-agent-js/00.example.js
Normal file
|
@ -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`
|
Loading…
Add table
Add a link
Reference in a new issue