このコミットが含まれているのは:
9fo 2023-04-27 16:20:50 -07:00 committed by GitHub
コミット 9fc341a6c8
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -10,7 +10,7 @@ cocalc.Completion.create(prompt="How are you!", cookieInput="cookieinput") ## Tu
### How to grab cookie input
```js
# input this into ur developer tools console and the exact response u get from this u put into ur cookieInput!
// input this into ur developer tools console and the exact response u get from this u put into ur cookieInput!
var cookies = document.cookie.split("; ");
var cookieString = "";
for (var i = 0; i < cookies.length; i++) {