您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Добавляет возможность выбирать товары из корзины перед заказом
当前为
// ==UserScript== // @name Aliexpress Shopping Card Editor // @version 1.1.2 // @description:ru Добавляет возможность выбирать товары из корзины перед заказом // @description:en Adds support to select items from the cart before ordering // @author DeNcHiK3713 // @match *://shoppingcart.aliexpress.com/shopcart/shopcartDetail.htm // @match *://shoppingcart.aliexpress.com/shopcart/shopcartDetail.htm?* // @grant none // @namespace https://gf.qytechs.cn/users/174390 // @description Добавляет возможность выбирать товары из корзины перед заказом // ==/UserScript== var accounting_min_script = document.createElement('script'); accounting_min_script.setAttribute('src', 'https://openexchangerates.github.io/accounting.js/accounting.min.js'); (document.body || document.head || document.documentElement).appendChild(accounting_min_script); var money_min_script = document.createElement('script'); money_min_script.setAttribute('src', 'https://openexchangerates.github.io/money.js/money.min.js'); (document.body || document.head || document.documentElement).appendChild(money_min_script); var aliexpress_shopping_card_editor_library_script = document.createElement('script'); aliexpress_shopping_card_editor_library_script.setAttribute('src', 'https://gf.qytechs.cn/scripts/39395-aliexpress-shopping-card-editor-library/code/Aliexpress%20Shopping%20Card%20Editor%20Library.js?version=258602'); (document.body || document.head || document.documentElement).appendChild(aliexpress_shopping_card_editor_library_script );
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址