Greasy Fork

Greasy Fork is available in English.

Aliexpress Plus FiZ

Sorts search results by item price properly with shipping costs included, enhances item pages for Google Chrome

< 脚本Aliexpress Plus FiZ的反馈

评价:一般 - 脚本能用,但还有一些问题

§
发表于:2021-01-28

if auto-scrolling doesn't stop, just add "-1" in if operation in line 412
if((window.scrollY+ window.innerHeight) < document.body.scrollHeight)

like that:
if((window.scrollY+ window.innerHeight) < document.body.scrollHeight - 1)

发表回复

登录以发表回复。