Unlimited Revision Notes

Removes the 10 use free limit on revision notes

  1. // ==UserScript==
  2. // @name Unlimited Revision Notes
  3. // @namespace Violentmonkey Scripts
  4. // @match http*://*.savemyexams.com/*/*/*/revision-notes/*
  5. // @grant none
  6. // @license MIT
  7. // @version 1.0
  8. // @author Naviamold
  9. // @description Removes the 10 use free limit on revision notes
  10. // ==/UserScript==
  11.  
  12. localStorage.removeItem("SME.revision-note-views")