Skip to content

Instantly share code, notes, and snippets.

View geek111's full-sized avatar

Kamil geek111

View GitHub Profile
@apfelchips
apfelchips / aliexpress_en.js
Last active March 23, 2025 13:54
userscript that forces aliexpress.com to be in english
// ==UserScript==
// @name aliexpress_en
// @version 0.2
// @description always redirect to aliexpress.com and reset the location/language/currency settings. This script pins locale settings cookie. Please clear cookies on all "aliexpress" domains before using this userscript.
// @author @attero@mastodon.social
// @match *://www.aliexpress.com/*
// @match *://*.aliexpress.com/*
// @match *://www.aliexpress.ru/*
// @match *://*.aliexpress.ru/*
// @noframes