Conversaciones » Desarrolladores
G-Chrome Bug Accessing Node (href) Property Value
This is an old issue. You can find more info here: https://bugs.chromium.org/p/chromium/issues/detail?id=291791 https://bugs.chromium.org/p/chromium/issues/detail?id=568886
I see. Thanks.
G-Chrome Bug Accessing Node (href) Property Value
My deviantArt script (version 1.0.18) no longer works on G-Chrome. The bug is first raised here.
The error occurs at around line 203 and here is a copy of the section:
The issue arises when I try to set the nextPageURL to next.href. For some unknown reason I am unable to access next.href (node property) value. Looking at the first console.log output the next has a value but when I check the nextPageURL in the console.log it is empty.
I found a way around it by using next.getAttribute("href") but the current issue will break a lot of scripts (mine and others).
Anyone know why this maybe occurring?
Thanks