This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Aliexpress Skip Bundle Deals | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2025-11-09 | |
| // @description Redirects AliExpress bundle deals page to their corresponding item pages | |
| // @author Andrew | |
| // @match https://www.aliexpress.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=aliexpress.com | |
| // @grant none | |
| // ==/UserScript== |