Created
February 21, 2015 13:56
-
-
Save wfjsw/706431ba4c62d8f52ef9 to your computer and use it in GitHub Desktop.
not working script for bilibili 22 and 33.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if(typeof jQuery!='undefined') { | |
void(0); | |
} else { | |
var s=document.createElement('script'); | |
s.setAttribute('src','http://apps.bdimg.com/libs/jquery/2.1.1/jquery.min.js'); | |
document.getElementsByTagName('head')[0].appendChild(s); | |
} | |
$(s).ready(function(){ | |
$.ajaxSetup({async: false}); | |
$.getScript("http://static.hdslb.com/js/page.arc.js"); | |
$.getScript("http://static.hdslb.com/js/base.core.v3.js"); | |
$.getScript("http://yl2014.sinaapp.com/22/valentine.min.js"); | |
setTimeout(b2233V.init(22),2000); | |
}); | |
void(s); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment