捕获重定向并使其转到 iframe
我正在尝试将 Diigo 与 sciencedirect.com 一起使用,但显然页面不是静态的,它们保留改变,但我每次都可以通过相同的链接访问同一篇论文。问题是,此链接随后将页面重定向到 Science Direct 中的动态页面。
我在想,是否可以通过 JavaScript 或 Greasemonkey 捕获重定向并将其发送到 iframe,以便主页可以作为初始链接?
示例:
http://linkinghub.elsevier.com/retrieve/ pii/0924-8579(95)90674-L
I'm trying to use Diigo with sciencedirect.com but apparently the pages are not static, they keep changing, but I can access the same paper through the same link every time. The problem is that this link then redirects the page to a dynamic one in science direct.
I was thinking, is it possible through JavaScript or Greasemonkey to catch the redirection and send it to an iframe, so that the main page could be the initial link?
An example:
http://linkinghub.elsevier.com/retrieve/pii/0924-8579(95)90674-L
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,用 Greasemoneky 不可能做到这一点,您必须使用 Firefox 插件才能做到这一点。
No it's not possible to do this with Greasemoneky, you'd have to use a Firefox add-on in order to do this.