javascript:q=location.href;p=document.title;void(open('http://example.page/links/bookmarklet_new?
link%5Burl%5D='+encodeURIComponent(q)+'&link%5Btitle%5D='+encodeURIComponent(p),'Page','toolbar=no,width=700,height=350'));
我使用上面的 Bookmarklet 脚本。但是如果用户没有登录,他会被重定向到 root_path。但是后来我想滚动或居中页面以登录表单。我尝试了覆盖样式。但是如何检查页面何时在弹出窗口中打开?