NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==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
})();