Skip to content

Instantly share code, notes, and snippets.

@yamnor
Last active January 5, 2023 19:42
Show Gist options
  • Save yamnor/c422aa0db4d1795d34ecddcca606f680 to your computer and use it in GitHub Desktop.
Save yamnor/c422aa0db4d1795d34ecddcca606f680 to your computer and use it in GitHub Desktop.
javascript:(function(){var a=document.getElementById("productTitle").textContent,b=document.URL.match("(dp|product)/([0-9a-zA-Z]{10})")[2],c='{{< amazon asin="'+b+'" title="'+a.trim()+'" >}}';navigator.clipboard.writeText(c).then(()=>{window.alert('coppied:\n'+c)})})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment