<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>
-
URL
<The URL Structure (path only, no root url)>
-
Method:
// ==UserScript== | |
// @name CHT e-Learning Assistant [已下架] | |
// @source [已移除] | |
// @version 0.0.0 | |
// @description 【此腳本已於 2025-09-25 下架】基於公司資安政策要求停止維護 | |
// @author [已移除] | |
// @downloadURL none | |
// @updateURL none | |
// @match https://plearn.elearning.cht.com.tw/mod/quiz/* | |
// @match https://ilearn.elearning.cht.com.tw/mod/quiz/* |
############################################################################ | |
# # | |
# ------- Useful Docker Aliases -------- # | |
# # | |
# # Installation : # | |
# copy/paste these lines into your .bashrc or .zshrc file or just # | |
# type the following in your current shell to try it out: # | |
# wget -O - https://gist.githubusercontent.com/jgrodziski/9ed4a17709baad10dbcd4530b60dfcbb/raw/d84ef1741c59e7ab07fb055a70df1830584c6c18/docker-aliases.sh | bash | |
# # | |
# # Usage: # |