Hacker News new | ask | show | jobs
by teh_klev 2184 days ago
With a bit of fiddling, bookmarking this wee snippet does the job good enough:

    javascript:(function(){document.querySelector('.lg\\:mx-8').remove();document.querySelector('.lg\\:w-3\\/5').setAttribute('class', 'w-full');})()
It removes the right hand panel and the width restriction in the player's containing div. Until of course you change your markup :)