/**
* @author https://codepen.io/bookmarklets
* @file Find a coupon code and get a discount.
Click to find coupon codes for the site you are on.
* Original Source {@link https://cdpn.io/bookmarklets/fullpage/NobJbq#}
*/
javascript:var site=document.domain;
(function(){window.open("https://www.retailmenot.com/view/" + site)})()