Skip to content

Commit

Permalink
Added feature so all text is selectable in contentScript.css & Change…
Browse files Browse the repository at this point in the history
…d content script matches in manifest.json & Added features section in & Updated main description in & Added stars badge in README.md
  • Loading branch information
aritra-codes committed Jun 3, 2024
1 parent 7cee34d commit 8ed95d5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,31 @@
# Sparx Bookwork Tracker

![GitHub Release Date](https://img.shields.io/github/release-date/aritra-codes/sparx-bookwork-tracker)
![GitHub Repo stars](https://img.shields.io/github/stars/aritra-codes/sparx-bookwork-tracker)



## Tired of bookwork checks? ✅

`Sparx Bookwork Tracker` **automatically** tracks your answers and shows you the answer to bookwork checks. Also, includes option to **automatically** click 'next' buttons.
`Sparx Bookwork Tracker` **automatically** tracks your answers and shows you the answer to bookwork checks. Also includes more time-saving features!

**Less work, More progress! 💪**

![A gif of the extension running](readme_files/running.gif)

If this helps you, please ⭐ the repository & [follow me](https://github.com/aritra-codes)!
If this helps you, please ⭐ the repository & [follow me](https://github.com/aritra-codes) :D
</div>

---

# ✨ Features

- Automatically saves answers and shows you the **answer to bookwork checks**.
- Automatically **clicks 'next' buttons** (e.g. Continue, Next task) when Auto-next is on.
- Makes **all text selectable**.

---

# ⬇️ Installation

Currently only supported by browsers that allow Chrome-based extensions (e.g. Chrome, Brave, Edge, Opera).
Expand Down
4 changes: 4 additions & 0 deletions public/assets/contentScript.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
:root {
--user-select-accessibility-setting: default !important; /* Makes all text selectable */
}

.screenshot {
width: 600px;
min-height: 337.5px;
Expand Down
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"assets/contentScript.css"
],
"matches": [
"https://*.sparxmaths.com/student/*",
"https://*.sparxmaths.uk/student/*"
"https://*.sparxmaths.com/*",
"https://*.sparxmaths.uk/*"
]
}
],
Expand Down

0 comments on commit 8ed95d5

Please sign in to comment.