Large

YouTube + MP3 Downloader!

By atmega Last update Dec 11, 2012 — Installed 108,999 times.

Insert jQuery automatically

in
Subscribe to Insert jQuery automatically 3 posts, 2 voices



Zenyr User
ChromeWindows

This script is not working since YouTube recently removed jQuery from the site.
I think removing dependency is the best way. But to make things less complicated, you can just update the script to automatically load jQuery from "http://code.jquery.com/jquery-latest.min.js" or some certified google CDN by itself with "noConflict()" and use it!

 
atmega Script's Author
ChromeWindows

That's odd, because I'm using @require to get jQuery from Google's CDN.

 
Zenyr User
Safari

Okay, it was my mistake that I forgot to mention that I usually use this via bookmarklet rather than greasemonkey or chrome userscript. I had no idea about @require. My bad. Thank you!