claude.ai 镜像站分享

镜像网址:https://claudes.top

安装油猴脚本,更换seesionKey的值,然后打开网址即可使用。

// ==UserScript==
// @name         claudeTokenLogin and Hide Toasts
// @namespace    https://cntheai.com/course
// @version      1.2.0
// @description  使用预设 token 登录 claude 并隐藏所有toast通知
// @author       微信号:Sunoot
// @match        https://claude.ai/*
// @match        https://claude.asia/*
// @grant        GM_addStyle
// @license      GNU GPLv3
// @downloadURL  https://update.greasyfork.org/scripts/489697/claudeTokenLogin.user.js
// @updateURL    https://update.greasyfork.org/scripts/489697/claudeTokenLogin.meta.js
// ==/UserScript==

(function() {
    'use strict';

    var sessionKey = 'sk-ant-sid01-UdTgQ0YhAcZ7V_TODC0k90KHri1gmACTJYc0SPoXcxZCdTVlq3brR62WelU11gPszUVjbomqHsrcfryDhS5U-w--0lqXQAA';

    function applySessionKey() {
        var cookieValue = 'sessionKey=' + sessionKey + '; path=/';
        document.cookie = cookieValue;
        location.reload();
    }

    // 检查是否已经登录
    if (!document.cookie.includes('sessionKey=' + sessionKey)) {
        applySessionKey();
    }

    // 添加CSS来隐藏toast通知
    GM_addStyle(`
        .fixed.right-0.top-0.z-50 {
            display: none !important;
        }
    `);
})();
37 个赞

赞 支持

4 个赞

claude都有镜像站了啊

4 个赞

今天看到俩镜像站了,是有什么新项目吗

2 个赞

There was an error sending you a login link. If the problem persists contact support for assistance.

2 个赞

使用油猴插件登录

1 个赞

在哪选择插件登录呀,佬

1 个赞

谷歌浏览器安装油猴插件

1 个赞

markmark

1 个赞

老哥你用上了嘛

1 个赞

用这个的话,封号几率会小一些吗

未知

为什么我用不了

还是得又没封的 claude 账号才能用是吧

谢佬

sessionKey来自于哪里呢?

有了gcp150,感觉用的人少了

老哥,gcp150是啥

google cloud platform

求教怎么使用油猴脚本