
How to access SaveMyExams notes for free
June 21, 2026
Navigate to the page containing the notes you would like to view.
Use CTRL + SHIFT + C to access the developer console. Then, press the ‘Console’ tab and paste the following code:
document.querySelector("[class *= 'limitwall' i]").remove();
document.querySelector("[class *= 'blur' i]").className = "";This removes the blur and allows you to access any notes unrestricted while on the website. Happy studying!