サービス
サービスを探す
プロ人材を探す
仕事を探す
ブログを探す
history.back()
history.forward()
location.href = "URL"
location.replace("URL")
document.documentElement.outerHTML
document.body.outerHTML
document.body.innerHTML
document.URL
location.href
window.getSelection().toString()
let node = window.getSelection().getRangeAt(0).startContainer;
if (node.nodeType === Node.TEXT_NODE)
node = node.parentElement;