NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Aliexpress_popup_images // @namespace http://tampermonkey.net/ // @version 0.4 // @description Popup images show // @author Bootta // @license MIT // @match https://*.aliexpress.com/* // @require https://cdn.jsdelivr.net/npm/js-cookie@beta/dist/js.cookie.min.js // ==/UserScript== (function () { 'use strict'; Cookies.set("intl_locale", "en_US"); }); })();