我正在尝试将Diigo与 sciencedirect.com 一起使用,但显然页面不是静态的,它们会不断变化,但我每次都可以通过相同的链接访问同一篇论文。问题是这个链接然后将页面重定向到科学直接的动态页面。
我在想,是否可以通过 JavaScript 或 Greasemonkey 捕获重定向并将其发送到 iframe,以便主页可以成为初始链接?
一个例子:
http://linkinghub.elsevier.com/retrieve/pii/0924-8579(95)90674-L
我正在尝试将Diigo与 sciencedirect.com 一起使用,但显然页面不是静态的,它们会不断变化,但我每次都可以通过相同的链接访问同一篇论文。问题是这个链接然后将页面重定向到科学直接的动态页面。
我在想,是否可以通过 JavaScript 或 Greasemonkey 捕获重定向并将其发送到 iframe,以便主页可以成为初始链接?
一个例子:
http://linkinghub.elsevier.com/retrieve/pii/0924-8579(95)90674-L
I was tinking, is it possible trhough javascript on greasemonkey to catch the redirection and send it to an iframe, so that the main page could be the initial link?
No it's not possible to do this with Greasemoneky, you'd have to use a Firefox add-on in order to do this.