z3ntu / GriesmayerNoFlash

Adds a "Download" button to videos on griesmayer.com which need Flash
GNU General Public License v3.0
3 stars 0 forks source link

[Improvement] Replace jQuery dependency with native methods #1

Open Roboe opened 7 years ago

Roboe commented 7 years ago

Since jQuery is a massive library just to get some little utility functions, and it's furthermore considered legacy code, it may be an improvement to rely only in those native JavaScript interfaces that where created with the things jQuery teached to webdeveloping in mind.

Of course this is only an optional improvement. It can be done to learn some basic JavaScript modern techniques, for example.

z3ntu commented 7 years ago

As long as it doesn't break compatibility with newest Firefox and newest Chrome it's fine with me. I just hacked this extension together yesterday in maybe an hour so I wasn't too interested in making the code nice (and without jQuery)

z3ntu commented 7 years ago

(and wtf is this pre-defined "good first issue" label 😆 )

Roboe commented 7 years ago

I wasn't too interested in making the code nice (and without jQuery)

Sure, understandable, it was only a hacky thing

The "good first issue" label has the sense to attract other developers to start collaborating in the project. They are usually simple, non-critical issues to make contact, :)