Skip to content

DEENUU1/WSB-ai-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WSB-ai-solver

About the project

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.

app

Installation

  1. Clone this repository
git clone https://github.com/DEENUU1/WSB-ai-solver.git
  1. 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)
  1. Open Firefox and go to about:debugging
  2. Click on Ten Firefox (This Firefox)
  3. Add temporary extension and select manifest.json file from this repository