/*
* @title test bookmarklet
* @description https://teratail.com/questions/ncsqe99mif6af6#reply-2mcicqlromm4lp
* @include http://*
* @license MIT License
* @require
*/
void document.addEventListener('click',e=>alert(`${e.clientX},${e.clientY}`),{once:true})