1
0
Fork 0
This commit is contained in:
9fo 2023-04-27 16:20:50 -07:00 committed by GitHub
parent 78e338b5de
commit 9fc341a6c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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++) {