Skip to content

Instantly share code, notes, and snippets.

@sevab
Created October 29, 2020 23:49
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 sevab/1d314d52276b4b37a29d7f7891b23fb7 to your computer and use it in GitHub Desktop.
Save sevab/1d314d52276b4b37a29d7f7891b23fb7 to your computer and use it in GitHub Desktop.
Amazon Affiliate Link Bookmark Generator
javascript:(function(){ var aff = 'campusboard0e-21'; if (!document.getElementById('ASIN')) { alert('Could not find the product ID.'); return; } var asin = document.getElementById('ASIN').value; prompt( 'Here is your link:', 'http://www.amazon.co.uk/dp/' + asin + '/?tag=' + aff); })()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment