Allows you to select the questions on Sparx Maths, useful for copy-pasting into ChatGPT and the like.
sparx maths super select by scyilk
Details
Authorscyilk
LicenseNo License
Categorywww.sparxmaths.uk
Created
Updated
Size452 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Todo:
- make companion user script for auto opening chatgpt or something like that
Source code
/* ==UserStyle==
@name sparx maths super select
@namespace github.com/scyilk
@version 1.0.0
@description Allows you to select the questions on Sparx Maths, useful for copy-pasting into ChatGPT and the like.
@author @scyilk on github
==/UserStyle== */
@-moz-document regexp("https://www.sparxmaths.uk/student/package/.*/task/[0-9]/item/[0-9]") {
[class^="_Question_"] > div > span {
user-select: all !important;
}
}