Skip to content

Commit 67772b9

Browse files
authored
Merge pull request #26 from sauravhathi/dev
Fixed btoa error by encoding Unicode-safe JSON
2 parents ab1cb94 + ea0feb6 commit 67772b9

File tree

7 files changed

+16
-17
lines changed

7 files changed

+16
-17
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ secure.js
77
.prettierrc
88
eslint.config.js
99
tsconfig.json
10+
yarn.lock

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Coursera Automation Extension
22

3-
![Version](https://img.shields.io/badge/version-3.5.4-blue)
3+
![Version](https://img.shields.io/badge/version-3.5.5-blue)
44
![License](https://img.shields.io/badge/license-MIT-green)
55
![Platform](https://img.shields.io/badge/platform-Chrome-blue)
66

@@ -30,17 +30,15 @@ Using this extension, complete Coursera courses within seconds. It can be used f
3030

3131
## 🛠️ Feature Status
3232

33-
`Note:` There may be a slight delay(5-15 minutes) in showing the "completed" status for tasks.
34-
35-
| Feature | Status | Notes |
36-
|---------------------------|-------------|--------------------------------------------|
37-
| Complete quizzes | 🟢 Working | |
38-
| Complete lectures | 🟢 Working | |
39-
| Complete reading materials| 🟢 Working | |
40-
| Complete ungraded plugins | 🟢 Working | |
41-
| Complete discussions | 🟢 Working | |
42-
| Shareable link | 🟢 Working | |
43-
| Quiz automation | 🟢 Working | Feedback-based accuracy improvement. |
33+
| Feature | Status | Notes |
34+
| -------------------------- | ---------- | ------------------------------------ |
35+
| Complete quizzes | 🟢 Working | |
36+
| Complete lectures | 🟢 Working | |
37+
| Complete reading materials | 🟢 Working | |
38+
| Complete ungraded plugins | 🟢 Working | |
39+
| Complete discussions | 🟢 Working | |
40+
| Shareable link | 🟢 Working | |
41+
| Quiz automation | 🟢 Working | Feedback-based accuracy improvement. |
4442

4543
## Installation
4644

dist/scripts/background.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/scripts/content.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/scripts/popup.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/scripts/rdr.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Coursera Automation Extension",
4-
"version": "3.5.4",
4+
"version": "3.5.5",
55
"author": "Saurav Hathi",
66
"version_name": "Release Version",
77
"description": "This extension is used to attempt the coursera course quiz, video, reading material, ungraded plugin and discussion automatically.",

0 commit comments

Comments
 (0)