Skip to content

Instantly share code, notes, and snippets.

View lulzsun's full-sized avatar
🐶
Hire me!

Jimmy Quach lulzsun

🐶
Hire me!
View GitHub Profile
@lulzsun
lulzsun / README.md
Last active March 11, 2023 16:27
A browser userscript to prevent the logging of specific Canvas LMS (by Instructure) quiz events.

canTvas

This script prevents Canvas from recieving or logging certain user interactions during quizzes (specifically page_focused and page_blurred).

Install

  1. First you need a userscript manager such as: Tampermonkey
  2. Install the script Here!

Warning

Development

These are some development tips that I felt like they were worth sharing to assist others who are working on the project.

If you are using Visual Studio Code and are not willing to spin up a full php/mysql web server on your local machine just to do this project, you may benefit from these tips.

I'll be assuming the following:

  • You'll use Visual Studio Code
  • You'll use a GitHub repo (or similar) for collaborating on the project
  • This is your first (and maybe last) php coding project