Created
October 29, 2020 23:49
-
-
Save sevab/1d314d52276b4b37a29d7f7891b23fb7 to your computer and use it in GitHub Desktop.
Amazon Affiliate Link Bookmark Generator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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