// ==UserScript== // @name PPT Viewer // @namespace http://tampermonkey.net/ // @version 0.0.1 // @description To view the teacher's ppt when in class. // @author 4e1a607a // @match https://t0s-cdn.eeo.cn/upload/trans/ppt*/html5/index.html // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; $('html').html('').css("overflow", "auto"); 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('