lawfx / YoutubeNonStop

Autoclicker for Youtube's latest "feature" - Video paused. Continue watching?
MIT License
384 stars 38 forks source link

Remove jQuery #11

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hey,

jQuery for such a small project seems a bit much, if you ever thought about switching to native DOM APIs you can use this pull request.

If you very proficient or more productive with jQuery you can close this.

If you decide to merge please test if the changes work for you too.

lawfx commented 5 years ago

Hey @Ghostium, you are right. jQuery is indeed a bit too much for this and I just never got around to removing it since the time I was doing quick tests with it. Thanks for making the change. With a quick look at the code it seems ok, I will check it with YouTube and merge it if no problem occurs.