Greasy Fork is available in English.

Unlimited Revision Notes

Removes the 10 use free limit on revision notes

// ==UserScript==
// @name        Unlimited Revision Notes
// @namespace   Violentmonkey Scripts
// @match       http*://*.savemyexams.com/*/*/*/revision-notes/*
// @grant       none
// @license     MIT
// @version     1.0
// @author      Naviamold
// @description Removes the 10 use free limit on revision notes
// ==/UserScript==

localStorage.removeItem("SME.revision-note-views")