<script>
{
const texts = [
"Фраза 1.",
"Фраза 2.",
];
const selected = texts[Math.floor(Math.random() * texts.length)];
const div = document.createElement('div');
div.innerText = selected;
document.body.appendChild(div);
}
</script>
...
3. In regedit, navigate to the location below.
HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics
4. To Change the Desktop Icon "Horizontal" Spacing
A) In the right pane of WindowMetrics, double click/tap on IconSpacing to modify it.
B) Type in a value between -480 to -2730, and click/tap on OK.
NOTE: The default setting is -1125. The minimum amount of space is -480, and the maximum is -2730.
...
6. When finished, close regedit.
7. Sign out and in of your user account to apply.
...