We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blocked by:
Shadow DOM manipulation is currently not possible: violentmonkey/violentmonkey#1852
The text was updated successfully, but these errors were encountered:
[non-functioning] Stats: All time (only complete months) #771
71aea27
Wow, @tophf was right! It is possible to manipulate shadow DOM, it's just that this website has some additional funny stuff going on!
I found a random page with #shadow-root (open): https://apearce.github.io/react-shadow-root/
#shadow-root (open)
And both those two following lines of code, read and write, did work in console (F12) and in a userscript!
alert('document.querySelector("basic-demo").shadowRoot.querySelector("span").innerText: ' + document.querySelector("basic-demo").shadowRoot.querySelector("span").innerText); document.querySelector("basic-demo").shadowRoot.querySelector("span").appendChild(document.createTextNode(" toto"));
Sorry, something went wrong.
New unfruitful attempt at setting dates #771
3c95af8
No branches or pull requests
Blocked by:
Shadow DOM manipulation is currently not possible:
violentmonkey/violentmonkey#1852
The text was updated successfully, but these errors were encountered: