aboutsummaryrefslogtreecommitdiffstats
path: root/resources/user-agent-js/00.example.js
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-03-21 04:30:35 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-03-22 15:13:11 +0530
commit596e03e546ab1203a7c95865a1eeb8c64875f925 (patch)
tree02a58bd8f9c7c256a0f80f1595362feb03b3faea /resources/user-agent-js/00.example.js
parent87af57cefc671f445c5b977f2b27d7ca9e70e390 (diff)
downloadservo-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.js5
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`