Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
サイトが履歴の最初の項目であるかどうかを調べる方法は? セキュリティ上の理由により、これは機能しません。
if(window.history.item(0)==window.location.href)
セキュリティ上の理由から、History オブジェクトは非特権コードがセッション履歴の他のページの URL にアクセスすることを許可しませんが、セッション履歴をナビゲートすることは許可します。
From: Mozilla Developer Center: window.history
それはいけません。
ユーザーの閲覧履歴は個人情報であり、Javascript を使用して読み取ることはできません。