All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Our World of Text Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:02, 21 October 2023 Guest-1052 talk contribs created page User:Guest-1052/paintbrush.js (Created page with "var mouse = {x: 0, y: 0}; var cV; var ctx; var isOn = false; var isEraser = false; function init() { var body = document.body, html = document.documentElement; var height = Math.max( body.scrollHeight, body.offsetHeight, html.clientHeight, html.scrollHeight, html.offsetHeight ); cV = document.createElement("canvas"); document.body.appendChild(cV); cV.style.position = "absolute"; cV.style.pointerEvents = "none"; cV.setAttr...")