Skip to content

Instantly share code, notes, and snippets.

@rowntreerob
Last active March 22, 2024 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rowntreerob/a7d8c3d687cae644f5bfb00c6f347390 to your computer and use it in GitHub Desktop.
Save rowntreerob/a7d8c3d687cae644f5bfb00c6f347390 to your computer and use it in GitHub Desktop.
NYT bookmark for audio.src
(function() {
const url = document.querySelector("audio").src
const url2="http://localhost:8501?url=" +url
if(confirm(url)) {
window.location.href = url2
}
})();
@rowntreerob
Copy link
Author

prefix the IIEF with "JavaScript:" loading the entire thing to a bookmark following instructions here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment