js-beautify
js-beautify copied to clipboard
Partial beautification with -X
To reproduce:
npm i -g js-beautify
curl https://app.cord.com/1.82.0/sidebar-eed1df1bbf4c2ba31c69ae11a7955e16.js >sidebar.js
js-beautify -X -w 100 sidebar.js >beautified.js
Then open beautified.js
in an editor and search for "addAnnotation". That will take you to a couple of very long lines.