如何在不更改网站的情况下更改 omni-bars 值? Javascript

How to change the omni-bars value without changing the website? Javascript

我只是想知道有没有什么方法可以在不使用 javascript 重定向到另一个页面的情况下更改 omni-bars 值?也许像 omni.value = "changed.net"

window.history.pushState(null, null, "/google.com");

这将更改 url 而无需重新加载页面。如果您现在在控制台中这样做,url 将更改为 http://whosebug.com/google.com。您只能从网络根目录更改 url。所以你不能让它看起来像用户在 google.com 本身。