// ==UserScript== // @name PPT Viewer for ClassIn // @namespace http://tampermonkey.net/ // @version 0.0.5 // @description To view the teacher's ppt when in class, for EEO (ClassIn) // @author 4e1a607a // @match https://*.eeo.cn/upload/trans/ppt*/html5/index.html // @grant none // @downloadURL https://update.greasyfork.icu/scripts/403457/PPT%20Viewer%20for%20ClassIn.user.js // @updateURL https://update.greasyfork.icu/scripts/403457/PPT%20Viewer%20for%20ClassIn.meta.js // ==/UserScript== (function() { 'use strict'; $('html').html(`
`).css("overflow", "auto"); $('button').css('position', 'absolute'); //Fonts var style = ``; $('head').append(style); function printpage(page) { $('body').append(``) $.ajax({ type: "GET", url: `data/slide${page}.css`, success: function(data){ $('head').append(``); }, }); $.ajax({ type: "GET", url: `data/slide${page}.js`, success: function(data){ var s = data.substr(data.match('