KLVN / MediasiteDownloader

A Bookmarklet (Favelet) for your browser to simply download lectures from a SonicFoundry Mediasite website, that is often used by colleges and universities.
https://klvn.github.io/MediasiteDownloader/
GNU General Public License v3.0
64 stars 14 forks source link

ensures that jquery is loaded, so $.ajax and dom manipulation work #3

Closed bpow closed 4 years ago

bpow commented 5 years ago

In case jquery is not already loaded in the page, this modification will add jquery from cdn to the page, then call the bookmarklet code with the onload from that script. Otherwise, just call the bookmarklet code as-is.

The indentation ends up being a little weird here, but I left it this way to minimize the whitespace changes (which would reindent just about the whole file).