cobachie
https://lh3.googleusercontent.com/a-/AOh14GilALCUb-GxFtMFeHmOnjA30VrK8-haof9K4D4a=s96-c#.png
code:style.css
padding: 6px 10px;
border-radius: 4px;
font-size: 15px;
}
code:style.css
.line .indent-mark .dot {
top: 12px;
width: 6px;
height: 4px;
}
code: javascript
javascript: var n = new Date(), ds = n.getFullYear() + "-" + (n.getMonth() < 9 ? "0" : "") + (n.getMonth() + 1) + "-" + (n.getDate() < 10 ? "0" : "") + n.getDate(), ts = n.getHours() + ":" + n.getMinutes() + ":" + n.getSeconds(); location.href="https://scrapbox.io/cobachie/" + ds + " " + ts + "?body=+ ds + " " + ts;