aboutsummaryrefslogtreecommitdiffstats
path: root/resources/user-agent-js/00.example.js
blob: 168f3d6254cbeebbf8a86a8685978f1b7a86d931 (plain) (blame)
1
2
3
4
5
6
// 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`
onunhandledrejection = (e) => console.error("xxxjdm error: " + JSON.stringify(e.reason));