Skip to content

Instantly share code, notes, and snippets.

@gkio
Created February 6, 2017 15:56
Show Gist options
  • Save gkio/50e4bab56c996a7a142c452f832dc0a2 to your computer and use it in GitHub Desktop.
Save gkio/50e4bab56c996a7a142c452f832dc0a2 to your computer and use it in GitHub Desktop.
var css = "position: fixed;width: 230px;right: 0;top: 50px;z-index: 999999999999;background: #fff;border: 1px solid #222;font-size: 15px;padding: 10px;";
$('body').append('<div style="'+ css +'">'+/\"keywords\"\s*:"(.*?)"/g.exec($('#player-api').next().next()[0].innerHTML)[1]+'</div>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment