SJTU选课助手
一个小工具,在选课界面中为列出的课程添加一个跳转到选课社区的按钮.源码
安装
请先下载并安装浏览器插件tampermonkey.
点此以安装插件.
注意
- 部分课程可能没有出现按钮,此时console(大概)会记录并报告问题所在.欢迎在这里开issue报告问题.
- 插件(还)未在网络与计算性能上进行优化.作者个人并未察觉明显的性能问题,但暂时不推荐对性能要求高的场合使用.
- 有其他问题与bug欢迎开issue报告.
版权&感谢
感谢 @MXWXZ 学长的sjtu-automata带给我的灵感!
感谢 @SeanChao 的iMagicSJTU.以下为其LICENSE.
MIT License
Copyright (c) 2019 SeanChao
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.