整了个免费的claude镜像网站

网址:
https://claudefk.linuxdoer.tech
注:请使用seession登陆!
登陆脚本(在头部做了一些修改)

// ==UserScript==
// @name claudeTokenLogin
// @namespace https://fk.oeatv.com/
// @version 1.1.4
// @description 使用 token 登录 claude
// @author fk.oeatv.com
// @match https://claude.ai/*
// @match https://claudefk.linuxdoer.tech/*
// @grant none
// @license GNU GPLv3
// ==/UserScript==
 
(function() {
var tokenInput = document.createElement('input');
tokenInput.type = 'text';
tokenInput.placeholder = '请输入sessionKey';
tokenInput.style.marginRight = '10px';
 
var saveButton = document.createElement('button');
saveButton.innerText = '保存并应用';
 
var cookieDisplay = document.createElement('div');
cookieDisplay.style.marginTop = '10px';
cookieDisplay.style.wordBreak = 'break-all';
 
var container = document.createElement('div');
container.style.position = 'fixed';
container.style.top = '10px';
container.style.right = '10px';
container.style.zIndex = '9999';
container.style.backgroundColor = 'white';
container.style.padding = '10px';
container.style.borderRadius = '5px';
container.style.boxShadow = '0 2px 5px rgba(0, 0, 0, 0.3)';
 
container.appendChild(tokenInput);
container.appendChild(saveButton);
container.appendChild(cookieDisplay);
 
document.body.appendChild(container);
 
saveButton.addEventListener('click', function() {
    var token = tokenInput.value;
    var cookieValue = 'sessionKey=' + token + '; path=/';
    document.cookie = cookieValue;
    location.reload();
});
 
})();

获取seession方法

注:登陆请使用我发的脚本,不要用这个楼主的

38 个赞

#Claude添加

自顶贴

2 个赞

不懂但顶

3 个赞

自顶帖。。。

1 个赞

不明觉厉

1 个赞

感谢分享

1 个赞

容易被封吗佬

2 个赞

我自己都在用

1 个赞

巨顶
:top:

2 个赞

这种东西我不能担保

2 个赞

不明觉厉

2 个赞

支持

1 个赞

支持一波

1 个赞

好厉害

2 个赞

点赞支持,感谢分享!

1 个赞

感谢分享

来支持一波

1 个赞

都没号可以用

好!