private script
Verze ze dne
// ==UserScript==
// @name cq_auto_script
// @namespace skeleton
// @version 0.0.0
// @description private script
// @author skeleton
// @match https://*.chaoxing.com/space/index*
// @run-at document-end
// @grant unsafeWindow
// @license MIT
// ==/UserScript==
(function() {
'use strict';
unsafeWindow.document.querySelector('iframe').contentWindow.getStudied()
})();