mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-08 07:31:32 +00:00
7 lines
173 B
HTML
7 lines
173 B
HTML
<script>
|
|
var rng = document.createRange();
|
|
window.getSelection()["addRange"](rng);
|
|
window.getSelection()["addRange"](rng);
|
|
window.getSelection()["addRange"](rng);
|
|
</script>
|