// ==UserScript==
// @name Best Buy Camel Graph
// @version 1.0.1
// @description Add Camelbuy graph + link to Best Buy product pages.
// @namespace null
// @include http://www.bestbuy.*/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js
// @downloadURL https://update.greasyfork.icu/scripts/5198/Best%20Buy%20Camel%20Graph.user.js
// @updateURL https://update.greasyfork.icu/scripts/5198/Best%20Buy%20Camel%20Graph.meta.js
// ==/UserScript==
var width = 350;
var height = 250;
var chart = "sale";
var country = "us";
var element = $(':input[id="skuIdPDP"]');
var asin = $.trim(element.attr("value"));
var link2 = "";
var camelurl = 'http://camelbuy.com/product/' + asin;
GM_xmlhttpRequest({
method: 'GET',
url: camelurl,
onload: function(response) {
var parser = new DOMParser ();
var responseDoc = parser.parseFromString (response.responseText, "text/html");
if (!responseDoc.getElementById('chart_option_details').disabled) {
$("#instore-availability").append("