Skip to content

Instantly share code, notes, and snippets.

@kylewest
Created November 24, 2014 21:07
Show Gist options
  • Save kylewest/4db3d33c924e87b6689e to your computer and use it in GitHub Desktop.
Save kylewest/4db3d33c924e87b6689e to your computer and use it in GitHub Desktop.
<script type="text/javascript">
$(document).ready(function(){
if ( /(clutch masters|name of other brand|name of 3rd brand)/i.test($("h1").text()) ) {
$("#ctl00_MainContentPlaceHolder_YourPriceLabel").after("<br/>Coupon Code: megancoilovers<br/>Discount: Extra 5% off");
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment