You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// @description Reminds you to use the ITP Amazon link
// @include http*://amazon.*
// @include http*://www.amazon.*
// @exclude http*://*amazon.*indietravel*
// @exclude http*://www.*.amazon.*
// @copyright 2013 Thom Shutt
// ==/UserScript==
var node = document.body;
var infoDiv = document.createElement('div');
infoDiv.style.width= "100%";
infoDiv.style.backgroundColor = "orange";
infoDiv.innerHTML = "<center>HAVE YOU USED A REFERRAL LINK?? If not, then click: <a href='http://www.indietravelpodcast.com/amazon'>http://www.indietravelpodcast.com/amazon</a></center>";