logo

ScriptCat

  • Home
  • Community
  • Script List
  • Browser Extension
  1. /
  2. Script Market
  3. /
  4. pinterest
  • Overview
  • Code
  • Feedback
  • Ratings
  • Version List
ScriptCat
GitHub
Audit Logs
Service Agreement
Privacy Policy
Disclaimer

© 2022-Present ScriptCat. All rights reserved.

Version History

View all published versions, including stable and prerelease versions. You can install any version or view its source code.
Total 4 versionsStable 4Pre-release 0
Showing 1-4, total 4
2025.11.24.0.1Latest Version
10 months ago

Loading…
Install This Version
2025.11.23.0.2
10 months ago

Loading…
Install This Version
2025.11.23.0.1
10 months ago

Loading…
Install This Version
2025.11.14.0.1
10 months ago
Install This Version

修复了手机端touch就自动打开链接的bug。

bug详情: 第14、15、20行,加入了touchmove和touchend的判断来手动实现click的监听逻辑。

修复了登录弹窗自动关闭失败的bug。

bug详情: 第44行,原来的选择器写错了,不是div[data-test-id="mobile-modal-cancel-button"]:visible,而是div[data-test-id="mobile-modal-cancel-button"] button:visible都对。

修复了有些图片下载失败的bug。

bug详情: 第30行,有些img没有[elementtiming="closeupImage"]属性,导致img获取失败,因此加入[data-test-id="closeup-container"] img选择器做补充。