Skip to content

Instantly share code, notes, and snippets.

@etkirsch
Last active May 24, 2016 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save etkirsch/6ef6b5af787512338bf10f0c19331b85 to your computer and use it in GitHub Desktop.
Save etkirsch/6ef6b5af787512338bf10f0c19331b85 to your computer and use it in GitHub Desktop.
Bandcamp Web Interface -> Minified Player for Screen Casting (use as a chrome bookmark)
javascript:var s = $('#tralbumArt a img');s.css({height:'600px',width:'600px','z-index':'10000',position:'fixed',top:0,bottom:0,right:0,'background-repeat':'no-repeat'});var b=$('body');b.css({overflow:'hidden'});var c = $('.tralbumCommands');c.css({display:'none'});var d = $('#customHeaderWrapper');d.css({display:'none'});var e = $('.track_list'); e.css({'margin-bottom':'1000px'});var f = $('.trackView'); f.css({'margin-left': '-32px'});var g = $('#tralbumArt'); g.css({'outline': '0px'});var h = $('.share-panel-wrapper-desktop'); h.css({display: 'none'});var i = $('.collected-by'); i.css({display: 'none'});
@etkirsch
Copy link
Author

Turns

image

into

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment