// ==UserScript== // @name E-Comm Shipping Calculator // @namespace https://greasyfork.org // @include https://sellers.shopgoodwill.com/sellers/newAuctionItem-catsel.asp* // @include https://sellers.shopgoodwill.com/sellers/modifyItem.asp* // @include *info*center/shipping.html* // @version 2.3.0.1 // @description Implements a shipping calculator on the current page. // @grant none // @downloadURL none // ==/UserScript== var url = document.URL; if (url.indexOf('enter/shipping.html') > 0) { $('body').children().remove(); } $('head').append(''); $('body').append("
"); var minimumWeight = 3; // This is the minimum weight we'll charge. upsDivisor = 225; // These are editable! Format is as follows: // // "Button name" : price, // // Important notes: // 1. Name MUST be in quotation marks. // 2. A comma MUST be at the end of each "price", "note", "method", "tooltip", etc. line, $('body').append("| " + "Calculate: " + " | " + "" + "General" + "Guitar" + "Frame/print" + "" + " | " + "
| " + " | " + "" + "Media" + "Clothing" + "Override" + " | " + "