Remove local storage to get infinite
// ==UserScript==
// @name Infinite Revision Notes
// @version 1.0
// @description Remove local storage to get infinite
// @author ScarrleT
// @license The Unlicense
// @run-at document-start
// @match https://www.savemyexams.com/*
// @grant none
// @namespace https://greasyfork.org/users/1527183
// ==/UserScript==
(function() {
localStorage.setItem("SME.revision-note-views", "[]");
})();