>>9818 What was done in a previous version of Ponibooru Restored: .json -> .js -> JSON.parse. This probably wastes too much memory or CPU seconds. Better (now used): .js -> array. Due to some issues, I gotta regenerate the array. This should be everything to make large diverse text work in JS-friendly strings to be set into HTML TAG ATTR="$string": . https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/Strings and https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar#escape_sequences .. didn't know about Bash-like concatenation with "backtick" strings .. from that rclone directory listing, the only escape in JSON is \[something] I think, so look for that. Then look for text which might be seen as escape in JS or doesn't work in src="" or href="". Can be done no-problem to a copy of pony-art-image_archives-ponibooru.org.json: (vim):%s/\\"/"/g