@hqt 在 1Password 活动车 查看真实订阅信息 到期时间 中发帖
Powerd by DeepSeek-v4-Pro
打开 https://my.1password.com/home 登陆账号
F12 控制台 粘贴以下代码
然后点击左侧的 账单
就会输出完整信息
我是淘宝买的6年 实际是加拿大大学的活动
[image]
// 粘贴到 F12 Console,刷新页面即可拦截
// https://my.1password.com/api/v3/account?attrs=billing,tier,promotions,counts
(function() {
const TARGET = '/api/v3/account';
window.__1p = { raw: null, decrypted: null, events: [] };
const fmt = {
money: (c) => (c / 100).t...