// ==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 // @downloadURL none // ==/UserScript== (function() { 'use strict'; console.log("Your CanvasID is: "+Object.values(Object.values(ENV)[39])[0]) })();