Unlimited Revision Notes

Removes the 10 use free limit on viewing topic question answers

目前为 2024-12-01 提交的版本。查看 最新版本

// ==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")