See https://eruda.liriliri.io/ if you don't know what does this script do.
This script use one space for it's -1 level indent, and the max width per line is 60 for the // ==UserScript==
comment and 40 for the JavaScript code, should be suitable enough for editing on mobile. Code for default setting and custom style is included. Max log number is set to 256 to avoid performance issues.
To manually update edura and the plugin(s), just add ?anything
to the end of the @require
URL, just like:
https://cdn.jsdelivr.net/npm/eruda?t=1595040000000
and save the script. for the next update, just remove the ?anything
. For the later updates, just add it back, and remove, and...
To get a specific version, just add @version
to the end of the @require
URL, just like:
https://cdn.jsdelivr.net/npm/[email protected]
and change the version code manually. Note that older versions support less or different default settings, you may need to write the config yourself.