Skip to content

Instantly share code, notes, and snippets.

@wfjsw
Created February 21, 2015 13:56
Show Gist options
  • Save wfjsw/706431ba4c62d8f52ef9 to your computer and use it in GitHub Desktop.
Save wfjsw/706431ba4c62d8f52ef9 to your computer and use it in GitHub Desktop.
not working script for bilibili 22 and 33.
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