Closed darkred closed 3 years ago
Greetings
The script had stopped working after a class change by Google once more: I was getting (with Tampermonkey in Chrome) :
Uncaught (in promise) TypeError: Cannot read property 'appendChild' of null
with line 52: button.appendChild(el);
button.appendChild(el);
This PR updates the button selector.
button
PS. Thank you for your useful script.
Yup I was going to look into it later today. Thanks for the fix! Works well for me.
Greetings
The script had stopped working after a class change by Google once more: I was getting (with Tampermonkey in Chrome) :
with line 52:
button.appendChild(el);
This PR updates the
button
selector.PS. Thank you for your useful script.