Недавно обнаружил, что перестали работать жесты мышью.
Оказалось, что smartUp Gestures
было удалено из Chrome Web Store, и автоматически отключено.
За несколько дней так и не нашёл годной замены.
Репозиторий https://github.com/zimocode/smartup заархивирован.
Но нашёлся форк: https://github.com/Germxu/smartup-relay.
Видимо, причина удаления в этом:
- const oninstallAd = sub.cons.reason!="install" || sub.cons.donateData?.ad[0]?.find(ad => ad.type === "ad-oninstall_popup" && !ad.on);
- if (oninstallAd) break;
- chrome.tabs.create({url:"https://www.usechatgpt.ai/partner-referral?ref=smartupgestures"});
+ // const oninstallAd = sub.cons.reason!="install" || sub.cons.donateData?.ad[0]?.find(ad => ad.type === "ad-oninstall_popup" && !ad.on);
+ // if (oninstallAd) break;
+ // chrome.tabs.create({url:"https://www.usechatgpt.ai/partner-referral?ref=smartupgestures"});