blob: 590952b19e32256da0023309d1b2732c7862d129 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<script>
window.onload = () => {
try { document.getElementById('a').setAttribute('style', 'left:76%') } catch (e) {}
window.print()
setTimeout(window.close, 250)
}
</script>
<style>
:last-of-type {
position: relative;
}
</style>
<select>
<optgroup label='y'>
<option>
</select>
<video id='a'>
|