- Limit the amount of memory used with
export NODE_OPTIONS='--max_old_space_size=2096'
- Build
{ | |
"0": [ | |
[ | |
1, | |
2 | |
], | |
"Mind precedes its objects. They are mind-governed and mind-made. To\nspeak or act with a defiled mind is to draw pain after oneself, like a\nwheel behind the feet of the animal drawing it. \n\nMind precedes its objects. They are mind-governed and mind-made. To\nspeak or act with a peaceful mind, is to draw happiness after oneself,\nlike an inseparable shadow." | |
], | |
"1": [ | |
[ |
// This userscript redirects you to the English version of a website if it's denoted in the source code. | |
// Insert any URLs of websites below (after @match), for example https://developer.mozilla.org/* or https://www.php.net/* | |
// Use multiple @match clauses to enable the script on several domains. | |
// ==UserScript== | |
// @name Redirect to English | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description Redirect websites to their English version | |
// @author Florian Reuschel <[email protected]> |