Add Manaba to Syllabus Link

Turn manaba course code into KdB link

目前為 2021-10-07 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Add Manaba to Syllabus Link
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Turn manaba course code into KdB link
// @author       eggplants
// @homepage     https://github.com/eggplants
// @match        https://manaba.tsukuba.ac.jp/ct/*
// @grant        none
// ==/UserScript==

GM.xmlHttpRequest({
  method: "GET",
  url: "http://www.example.com/",
  onload: function(response) {
    alert(response.responseText);
  }
});

QingJ © 2025

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