mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 01:43:08 +09:00
10 lines
210 B
HTML
10 lines
210 B
HTML
|
|
<div>
|
|
<div>
|
|
aaaaaaa
|
|
</script>
|
|
<script type="text/javascript">
|
|
document.designMode = "on"
|
|
window.getSelection().modify("extend", "backward", "line")
|
|
document.execCommand("increasefontsize","",null);
|
|
</script>
|