Removes the 10 use free limit on viewing topic question answers
当前为
// ==UserScript==
// @name Unlimited Revision Notes
// @namespace Violentmonkey Scripts
// @match http*://*.savemyexams.com/*/*/*/*/topic-questions/*
// @grant none
// @license MIT
// @version 1.0
// @author Hexanut
// @description Removes the 10 use free limit on viewing topic question answers
// ==/UserScript==
localStorage.removeItem("SME.topic-question-part-solution-views")