blob: 080c88e7d81578a26d70325250c923c0efff7f30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<style>
#a {
-webkit-filter: invert(10%);
background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=) repeat-x center top fixed
}
</style>
<script>
function go() {
window.find("1")
requestIdleCallback(() => {
a.insertCell().appendChild(b)
var x = window.getSelection()
x.extend(b)
x.deleteFromDocument()
})
}
</script>
<body onload=go()>
<table>
<colgroup>Z1xNfp~Zdx</colgroup>
<tr id="a">
<th></th>
<li id="b">
|