Skip to content

Instantly share code, notes, and snippets.

@JaHIY
Created July 18, 2012 07:26
Show Gist options
  • Save JaHIY/3134806 to your computer and use it in GitHub Desktop.
Save JaHIY/3134806 to your computer and use it in GitHub Desktop.
Javascript:Blibili new-style flash player
javascript:(function(){$("embed[src$='play.swf']").attr("src",function(i,v){return v.replace(/play.swf/,"play_test.swf")});})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment