зеркало из https://github.com/mozilla/gecko-dev.git
13 строки
276 B
HTML
13 строки
276 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<script>
|
||
|
window.addEventListener('load', () => {
|
||
|
document.designMode = 'on'
|
||
|
const selection = document.getSelection()
|
||
|
selection.empty()
|
||
|
document.queryCommandIndeterm('justifyFull')
|
||
|
})
|
||
|
</script>
|
||
|
</head>
|
||
|
</html>
|