Rewild Your Web
web browser dweb
16
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 508943f815334a02aefc47d9da365aba115ab0f5 6 lines 373 B view raw
1// Keep files in this directory which you would like executed before 2// any other script when servo is run with `--userscripts` 3// Files are sorted alphabetically. When committing polyfills 4// order them with numbers, e.g. `01.innerhtml.js` will be executed before 5// `05.jquery.js` 6onunhandledrejection = (e) => console.error("xxxjdm error: " + JSON.stringify(e.reason));