hybridsong / VISL Tree structure

// ==UserScript==
// @name         VISL Tree structure
// @namespace    http://
// @version      0.1
// @description  try to take over the code!
// @author       hybridsong
// @match        https://visl.sdu.dk/visl/en/parsing/automatic/trees.php
// @license      GPL-3.0-only
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    document.querySelector("select[name=visual]").selectedIndex=2
})();