Skip to content

Instantly share code, notes, and snippets.

View Kief5555's full-sized avatar
🎯

Kief Kief5555

🎯
View GitHub Profile
@Kief5555
Kief5555 / readme.md
Last active January 15, 2024 23:20
Microsoft Teams Grades app calculator (for new teams)

Microsoft Teams grades (app) calculator

Only works in broswer Run this in broswer console (ctrl + shift + i), make sure to go into your team -> Grades on the side bar

Paste below:

// Select all assignment rows
const assignmentRows = document.querySelectorAll('tr[data-type="assignmentRow"]');