您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Tested on udp.instructure.com
当前为
// ==UserScript== // @name Get CanvasID // @namespace https://greasyfork.org/es/scripts/428690-get-canvasid // @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]) })();