Last active
May 24, 2016 19:26
-
-
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)
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
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'}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Turns
into