Skip to content

Instantly share code, notes, and snippets.

@moomou
Last active September 4, 2015 06:15
Show Gist options
  • Save moomou/10812523 to your computer and use it in GitHub Desktop.
Save moomou/10812523 to your computer and use it in GitHub Desktop.
Try Ekho on Youtube
/** Precorded commands include
*
* 1. sidebar - toggle the sidebar on Youtube
*/
// Copy and paste the following code into web console on https://youtube.com
var script= document.createElement('script');
script.type= 'text/javascript';
script.src= 'https://ekhoapp.herokuapp.com/embed/bootstrap.js?containerId=masthead-positioner&activated=true&defaultProfile=__default';
document.head.appendChild(script);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment