Greasy Fork is available in English.

山东大学(威海)教务系统弹窗修复

修复因学校不修改 chromium 内核 57 版本以上不支持的 api 导致的弹窗无法弹出的 bug

Autor
yuzheng14
Instalări zilnice
0
Total instalări
105
Rating-uri
1 0 0
Versiune
1.0.1
Creat
04-12-2022
Actualizat
12-07-2023
Licență
MIT
Se aplică pe
Toate site-urile

学校教务系统使用的 window.showModalDialog 函数在 chromium 内核 57 及以上已经不再支持,导致成绩查询等窗口无法加载,通过将此 api 重定向到受支持的 window.open 解决此问题

有效代码仅一行

window.showModalDialog = window.open