Replaces that annoying end-of-Flash-support tombstone with the pet image
< 脚本Neopets - Pet Lookup / Quick Ref Post-Flash Fix的反馈
Script is broken right now, possibly due to an update. To fix it, change line 33 from;petAnchor = $(".medText")[4];topetAnchor = $(".medText")[5];With this fix, the code works flawlessly.I would also recommend changing the neopets urls to *:// for anyone using HTTPS Everywhere but that's a nitpick
petAnchor = $(".medText")[4];
petAnchor = $(".medText")[5];
*://
登录(不可用)以发表回复。
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Script is broken right now, possibly due to an update. To fix it, change line 33 from;
petAnchor = $(".medText")[4];
to
petAnchor = $(".medText")[5];
With this fix, the code works flawlessly.
I would also recommend changing the neopets urls to
*://
for anyone using HTTPS Everywhere but that's a nitpick