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
addIFrame
and/orpasteIFrame
to add content - start mixing !
git clone
this repo,cd
into 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
addIFrame
and/orpasteIFrame
to add content - start mixing !