moodle-width

resizes moodle for smaller window widths.

目前為 2024-09-07 提交的版本,檢視 最新版本

// ==UserScript==
// @name         moodle-width
// @version      0.0
// @description  resizes moodle for smaller window widths.
// @match        https://moodle.helsinki.fi/*
// @namespace    https://gf.qytechs.cn/users/217495-eric-toombs
// @run-at       document-idle
// ==/UserScript==


style_tag = document.createElement('style');
style_tag.innerHTML = `
div#topofscroll {
		max-width: 100vw !important;
}
`;
document.getElementsByTagName('head')[0].append(style_tag);

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址