Need someone to code/fix a simple add to cart script
Project details
Looking for someone to help me code or fix my userscript for tampermonkey on Chrome. The script will be used on “[url removed, login to view]”. The script will automatically add any product to cart.
// ==UserScript==
// @name Big Cartel Add to Cart
// @namespace [url removed, login to view]
// @description Automatically add to cart
// @include [url removed, login to view]*
// @require [url removed, login to view]
// ==/UserScript==
function cartButton() {
getCartButton(“Add to Cart”).click();
}
cartButton();
}
Project details
Looking for someone to help me code or fix my userscript for tampermonkey on Chrome. The script will be used on “[url removed, login to view]”. The script will automatically add any product to cart.
// ==UserScript==
// @name Big Cartel Add to Cart
// @namespace [url removed, login to view]
// @description Automatically add to cart
// @include [url removed, login to view]*
// @require [url removed, login to view]
// ==/UserScript==
function cartButton() {
getCartButton(“Add to Cart”).click();
}
cartButton();
}
// ==UserScript==
// @name Big Cartel Add to Cart
// @namespace [url removed, login to view]
// @description Automatically add to cart
// @include [url removed, login to view]*
// @require [url removed, login to view]
// ==/UserScript==
function cartButton() {
getCartButton(“Add to Cart”).click();
}
cartButton();
}
Skills: JavaScriptPHPSoftware Architecture