Greasy Fork is available in English.
Добавляет возможность выбирать товары из корзины перед заказом
当前为
// ==UserScript==
// @name Aliexpress Shopping Card Editor
// @version 1.0.5
// @description:ru Добавляет возможность выбирать товары из корзины перед заказом
// @description:ru Внимание! Работает с ошибками, если в корзине несколько товаров у одного продавца!
// @description:en Adds support to select items from the cart before ordering
// @description:en Attention! Works with errors if there are several products from one seller in the shopping cart!
// @author DeNcHiK3713
// @match *://shoppingcart.aliexpress.com/shopcart/shopcartDetail.htm
// @match *://shoppingcart.aliexpress.com/shopcart/shopcartDetail.htm?*
// @grant none
// @namespace http://greasyfork.icu/users/174390
// @description Добавляет возможность выбирать товары из корзины перед заказом
// ==/UserScript==
var script = document.createElement('script');
script.setAttribute('src', 'http://greasyfork.icu/scripts/39395-aliexpress-shopping-card-editor-library/code/Aliexpress%20Shopping%20Card%20Editor%20Library.js?version=258355');
(document.body || document.head || document.documentElement).appendChild(script);