NEW LiveWorksheets Solver

Since the Liveworksheets website was updated, we have changed the way to get answers. LiveWorksheets Solver by TobyAdd

当前为 2024-01-03 提交的版本,查看 最新版本

// ==UserScript==
// @name         NEW LiveWorksheets Solver
// @namespace    https://www.liveworksheets.com/
// @version      1.0
// @description  Since the Liveworksheets website was updated, we have changed the way to get answers. LiveWorksheets Solver by TobyAdd
// @author       TobyAdd
// @match        https://www.liveworksheets.com/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=https://www.liveworksheets.com
// @grant        none
// @license     MIT
// ==/UserScript==

(function () {
    jQuery("#worksheet-preview")
        .worksheetPreview("validation",
            {
                clicked: !1,
                showAnswers: !0,
                showRightAnswers: !0
            }
        );
})();