Last active
August 29, 2015 14:05
-
-
Save robd/537a9a761b6a06b1265d to your computer and use it in GitHub Desktop.
Bookmarklet to go to Pricenoia page for current item
This file contains 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
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<title>Bookmarklet to go to Pricenoia page for current item</title> | |
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/3.0.1/normalize.min.css"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<style type="text/css"> | |
body { margin: 2em } | |
</style> | |
</head> | |
<body> | |
<h1>Bookmarklet to go to Pricenoia page for current item</h1> | |
<p>Drag the following to your bookmarks bar and click when you're on an Amazon product page. Tested on amazon.co.uk only</p> | |
<a href="javascript:(function(){var asinTextBox = document.getElementById('ASIN');if(asinTextBox){window.location.href='https://pricenoia.com/'+asinTextBox.value}})();">View on Pricenoia</a> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://rawgit.com/robd/537a9a761b6a06b1265d/raw/pricenoia-bookmarklet.html