ページ

記事
IT・テクノロジー

移動

前へ
history.back()
次へ
history.forward()
URL
 戻るボタンで戻れる
location.href = "URL"
 戻るボタンで戻れない
location.replace("URL")

HTMLソース

document.documentElement.outerHTML
<body>
document.body.outerHTML
<body>の中身
document.body.innerHTML

URL

document.URL
 ドキュメント内を移動後のURL
location.href

選択状態のテキスト

window.getSelection().toString()

選択中のタグ

let node = window.getSelection().getRangeAt(0).startContainer;
if (node.nodeType === Node.TEXT_NODE)
    node = node.parentElement;

サービス数40万件のスキルマーケット、あなたにぴったりのサービスを探す