Closed LZY2006 closed 1 year ago
Hi @LZY2006 👋 Thank you for reporting the issue. It looks like a bug, I'll take closer look on it
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
There is a "page turn button" that implemented with javascript, and it redirects to another page on the website. The problem is that the script saves it to the "redirection page", not the final page.(My English is poor, i don't know how to describe it.) For example: a.com/changepage.jsp.html --> a.com/art/some.html and the script will save the content of "a.com/art/some.html" to "local/a.com/changepage.jsp.html". I want it to save the content of "a.com/art/some.html" to "local/a.com/art/some.html" I have set blockNavigation to false. Is it a bug?