WSB-ai-solver is a Firefox browser extension which allows to automatically copy the question and given answers from the current online test from Clouda and generate AI result.
- Clone this repository
git clone https://github.com/DEENUU1/WSB-ai-solver.git
- Add OpenAI API KEY in
popup.js
file in line 71
return fetch(endpoint, {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Authorization': `Bearer sk-proj-...`
},
body: JSON.stringify(requestData)
- Open Firefox and go to about:debugging
- Click on Ten Firefox (This Firefox)
- Add temporary extension and select
manifest.json
file from this repository