使用 JavaScript 操作会话历史记录

发布于 2024-07-18 02:39:46 字数 180 浏览 10 评论 0原文

我需要删除最新的浏览器历史记录条目这个原因 ,但是 JS 公开的任何其他操作(添加/删除)当前页面/选项卡历史记录条目的函数也是受欢迎的。

I need to delete the latest browser history entry for this reason, but any other functions exposed by JS that manipulate (add/remove) history entries for the current page/tab, are also welcome.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

GRAY°灰色天空 2024-07-25 02:39:47

我非常怀疑是否有办法。 出于安全原因,window.history 对象提供对浏览历史记录的只读访问。

I highly doubt that there is a way. The window.history object provides read-only access to the browsing history for security reasons.

稀香 2024-07-25 02:39:47

这不能使用 javascript 来完成(在正常参数内,也就是说,你可以尝试利用浏览器错误等,但我怀疑这就是这里的想法)

That cannot be done using javascript ( within normal parameters that is, you could try exploiting a browser bug and such but i doubt that is the idea here)

昇り龍 2024-07-25 02:39:46

可以在 IFrame 上使用 location.replace 吗?

Can you use location.replace on the IFrame?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文