Removes the 10 use free limit on viewing topic question answers
当前为
// ==UserScript==
// @name Unlimited Topic Question Answers
// @namespace Violentmonkey Scripts
// @match https://www.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");