:: StoryTitle Harlowe: Importing External JavaScript :: UserScript [script] /* import jQuery UI library. */ $(function () { $.getScript("https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js", function (data, textStatus, jqxhr) { console.log('jquery ui file loaded'); } ); }); :: Start

Click on the grey box below to see it bounce.