()
| 46 | } |
| 47 | |
| 48 | export async function getBingAccessToken() { |
| 49 | return (await Browser.cookies.get({ url: 'https://bing.com/', name: '_U' }))?.value |
| 50 | } |
| 51 | |
| 52 | export async function getBardCookies() { |
| 53 | const token = (await Browser.cookies.get({ url: 'https://google.com/', name: '__Secure-1PSID' })) |
no outgoing calls
no test coverage detected