Greasy Fork

Greasy Fork is available in English.

AliExpress Real Price

Shows true prices including shipping and variants on AliExpress, since sellers often misleadingly put accessory variants as the primary price, not the advertised item.

< 脚本 AliExpress Real Price 的反馈

提问 / 留言

§
发布于:2025-04-29

Hey this script is nice! But can you please get rid of the floating window at the top right? It's blocking the X button for popup windows on my small laptop screen and I can't get rid of it. (See in attached image how the popup is overlaying the X button below it)

§
发布于:2025-05-13

Here is how to hide it!

startLoading(totalItems) {
this.totalItems = totalItems;
this.updateProgress();
// this.container.classList.add('visible');
this.container.classList.remove('expanded');
}

joshwand作者
§
发布于:2025-05-14

I just pushed an update--the status window is now draggable. Glad you're enjoying it!

发布留言

登录以发布留言。