Skip to content

Instantly share code, notes, and snippets.

@leumasme
Created August 23, 2024 13:51
Show Gist options
  • Save leumasme/abf5f02abaa1f2307e15630bd8892eb9 to your computer and use it in GitHub Desktop.
Save leumasme/abf5f02abaa1f2307e15630bd8892eb9 to your computer and use it in GitHub Desktop.
// go to grade graph page and paste into console to hide own grade for screenshots
document.querySelector(".yourgrade").remove()
Chart.instances[0].data.datasets[0].backgroundColor.fill("#0068b3")
Chart.instances[0].update()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment