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