Skip to content

Instantly share code, notes, and snippets.

@Tetsuro
Created April 22, 2013 19:02
Show Gist options
  • Save Tetsuro/5437588 to your computer and use it in GitHub Desktop.
Save Tetsuro/5437588 to your computer and use it in GitHub Desktop.
Mods Bookmarklet
javascript:(function(){hours=prompt("please enter the number of hours", 1); shop_url= $("#" + $.find('label').filter(function(element, index, array){return $("#" + element.id).siblings()[0] && $("#" + element.id).siblings()[0].value && $("#" + element.id).siblings()[0].value.indexOf("myshopify.com") != -1})[0].id).siblings()[0].value; ticket_id = $('#wrapper')[0].className.split("/")[2]; url = "https://shopify-mods.myshopify.com/cart/295536989:" + hours + "?note=" + shop_url + "," + ticket_id; prompt("Copy to clipboard: Ctrl+C, Enter",url);}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment