Skip to content

solve-it-once/audio_bookmarklet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

audio_bookmarklet

This bookmarklet inserts a JavaScript (and a little bit of CSS, too) to insert a record button and audio player that will interact with a standard HTML <input type="file" /> to allow you to record and upload audio recordings without leaving the page.

To use as a bookmarklet

Drag this link to your bookmarks bar.

<a href="javascript:(function(){document.body.appendChild(document.createElement('script')).src='https://solveitonce.com/audio_bookmarklet/audio.js';var c=document.createElement('link');c.rel='stylesheet';c.href='https://solveitonce.com/audio_bookmarklet/audio.css';document.body.appendChild(c);})();">File to audio</a>

The address to put in the bookmarklet (same as above) on its own is:

javascript:(function(){document.body.appendChild(document.createElement('script')).src='https://solveitonce.com/audio_bookmarklet/audio.js';var c=document.createElement('link');c.rel='stylesheet';c.href='https://solveitonce.com/audio_bookmarklet/audio.css';document.body.appendChild(c);})();

...since it's unlikely you can directly drag the link.

About

Bookmarklet to turn file upload field to audio recording element

Resources

License

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Sponsor this project

Packages

 
 
 

Contributors