marioortizmanero / reddit-search-on-google

Button on Google to search only for Reddit posts
MIT License
92 stars 12 forks source link

Restore functionality after another class change by Google #5

Closed darkred closed 3 years ago

darkred commented 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);

This PR updates the button selector.

PS. Thank you for your useful script.

marioortizmanero commented 3 years ago

Yup I was going to look into it later today. Thanks for the fix! Works well for me.