Skip to content

Instantly share code, notes, and snippets.

View Developer-Incoming's full-sized avatar
😶‍🌫️
sussy baka

DevIncomin' Developer-Incoming

😶‍🌫️
sussy baka
View GitHub Profile
@Developer-Incoming
Developer-Incoming / run in browser console.js
Last active March 6, 2025 14:42
KSU Auto Lecturer Rating
// Run in browser's console, and then simply check the agreement bias questions, and then you're ready to go.
document.querySelectorAll("div").forEach(div => {
const label = div.querySelector("label");
if (label && label.textContent.trim() === "موافق تماماً") div.querySelector('input[type="radio"]').checked = true;
});
'''
n = Number
b = Base
p = Position
nb^p = Decimal
'''