SintcoLTD / sparxmaths-void

The Original Sparxmaths Solver, But with no colour themes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

THIS PROJECT IS ARCHIVED. THIS PROJECT HAS BE DEPRECATED AND WILL NOT RECIEVE UPDATES IN THE NEAR FUTURE

Sintco Sparxmaths Solver (VOID)

Welcome to Sintco Sparxmaths Solver Void Edition, a Free browser extension designed to assist you with your sparx maths homework. Before using the extension, please read the full terms and conditions here before using the program.

This Version of the extension does NOT include colour themes. If you would like the original with colour themes, Goto Sintco Sparxmaths Solver.

Table of Contents

⚑ Quick Setup (5 SECONDS!!!)

This Requires No downloading or installing, Everthing is online.

  1. Visit Bookmarklet
  2. Drag the "Sintco Sparxmaths Solver" link onto your bookmarks
  3. Click on the bookmark when you are on https://yourschool.sparxmaths.uk/student/.
  4. It will load all of the Features.
  5. Star the repository πŸ˜„

Note: This is the temporary version of the program you will need to click on the bookmark every time you want to use it. Download the Browser Extension to use it permanently.

✨ Features

  • Stores answers (so you don't need to write them down)
  • Automatically highlights the correct bookwork check answer
  • Automatically selects the next task when pressing Enter
  • Works on all computers that allow Inspect Element
  • Can be used on Android (through Kiwi Browser)

🎬 Autosolve

I know this one has colour themes, it will be updated soon.

Installation

To install Sintco Sparxmaths Sintco, you can follow the instructions for your preferred browser below:

Javascript Snippet

If you use a different browser, you can still use Sintco Sparxmaths Solver by pasting the JS Snippet into your browser's console:

s = document.createElement('script');
s.src = 'https://cdn.jsdelivr.net/gh/SintcoLTD/CDN@main/chrome-extension/sparxmaths/console/inject.js';
document.head.appendChild(s);

This script fetches the latest JavaScript code from GitHub and dynamically injects it into the Sparxmaths website. By adding this additional code, it adds extra features to the website that allow it to function without the need to install the extension. You can also use the Bookmarklet.

*(indev) is referring to "In Development"

Statistics

Views Today/Total Star Counter

Statistics starting from: 04/06/2023

Goals

  • Get 10 stars
  • 10k Total Views

πŸ™‹ FAQ

Q. Do I have to copy and paste the JS Snippet every time?

A. If you want the program to stay permanently instead of manually injecting it, install it here.

Q. Is this a Virus?

A. This is not a Virus, this program aids in complete Sparxmaths. If you still feel unsure if this is a virus or not, you can put it through any antivirus program. You could use VirusTotal (Online Antivirus).

πŸ—£ Feedback

We welcome all kinds of feedback! Please submit an issue if you:

  • encounter any bugs
  • have any suggestions for improvements
  • would like to see new features added

You can open a Github Issue here

License

This project is licensed under the MIT License - see the LICENSE file for details.

πŸ‘ Acknowledgements

  • Thanks to Glitch for hosting the "sparxmaths.glitch.me" website
  • Thanks to Shields.io for providing the status badge in this README
  • Thanks to all contributors who have helped improve this project THIS PROGRAM HAS NO CONNECTION WITH SPARX MATHS. SPARX MATHS IS OWNED BY SPARX LTD.

Made with ❀️ by SintcoLTD

About

The Original Sparxmaths Solver, But with no colour themes

License:MIT License


Languages

Language:JavaScript 50.2%Language:CSS 32.4%Language:HTML 17.3%