No-nonsense utility converting youtube/soundcloud/bandcamp links to iframes via the browser console.
As used during Disconomics' quarantine series.
- Go to https://disconomics.xyz/console-mixer/
- open console (e.g with
<ctrl-alt-j>) - use
addIFrameand/orpasteIFrameto add content - start mixing !
git clonethis repo,cdinto it- boot up server e.g.
$ npm i -g http-server
$ http-server -p 9999
# OR
$ python3 -m http.server 9999
- open up http://localhost:9999/
- open console (e.g with
<ctrl-alt-j>) - use
addIFrameand/orpasteIFrameto add content - start mixing !
