Created
April 22, 2013 19:02
-
-
Save Tetsuro/5437588 to your computer and use it in GitHub Desktop.
Mods Bookmarklet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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