Get CanvasID

Tested on udp.instructure.com

目前為 2021-06-29 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Get CanvasID
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Tested on udp.instructure.com
// @author       Nicolás Boettcher
// @match        https://*.instructure.com/profile
// @icon         https://img2.freepng.es/20180404/isq/kisspng-computer-software-logo-id-software-clip-art-software-5ac4ea201ecfa4.8470427715228544321262.jpg
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    console.log("Your CanvasID is: "+Object.values(Object.values(ENV)[39])[0])
})();