Inside of Package Explorer
right click -> new -> Spring Starter Project
Inside of the Pop-up we need to:
- Create a unique project name, example
Pandas
- Make sure the type is
Maven
// ==UserScript== | |
// @name Hide Unneeded Tracks | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description Hide tracks that you don't need to see | |
// @author Marisa Goode | |
// @match https://learn.codingdojo.com/dashboard | |
// @icon https://www.google.com/s2/favicons?domain=codingdojo.com | |
// @grant none | |
// ==/UserScript== |