Skip to content

fand/console-tube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console-Tube

Watch youtube in Chrome debugger console.

Prerequisite

How To Use

git clone this repo and run

$ git clone https://github.com/fand/console-tube
$ cd console-tube
$ npm install
$ node bin/www  #=> listen on localhost:3000 by default.

Load "console-tube.js" to your webpage.

<html>
  <script src="//localhost:3000/console-tube.js"></script>
</html>

Then "console.tube()" on debugger console.

console.tube('http://www.youtube.com/watch?v=XXXXXXXX');

Tips

  • console.detube() to stop video.
  • console.tube(url, server_url) if server in not on localhost.

LICENSE

public domain

See Also

console.image

About

Watch Youtube from Google Chrome debug console.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published