kittyclickr - bring back the old instagram feed

brings back the old following feed on Instagram :3

< 脚本kittyclickr - bring back the old instagram feed的反馈

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

§
发表于:2022-08-22

This leads to redirect loops. The script might need a if statement:

if (window.location == "https://www.instagram.com/") {
    window.location.replace("https://www.instagram.com/?variant=following");
}

发表回复

登录以发表回复。