Some scripts is not working in Tampermonkey #1565
Unanswered
matiffeder
asked this question in
Q&A
Replies: 1 comment 1 reply
-
What part is not working? Does it throw an error? Did the script run too early and is ele1 present at all? What is your Tampermonkey version? And what is your browser? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am working on a script to change the name of a class in CSS:
<div class="classname">..........
But I found it is not working in Tampermonkey but DevTools. There is no new ID added in the
div
. I am wondering which part I missed, could someone tell me that? Also, is there a way to see the log of Tampermonkey? So that I could know the errors log. Thank you!Tampermonkey 4.17.6161
Firefox 103
Beta Was this translation helpful? Give feedback.
All reactions