9/23/2024, 11:53:20 AM
// ==UserScript== // @name Nirsoft Download at Top // @namespace Violentmonkey Scripts // @match https://www.nirsoft.net/utils/* // @grant none // @version 1.0 // @author - // @description 9/23/2024, 11:53:20 AM // @license GPLv3 // ==/UserScript== document.querySelectorAll(".downloadline").forEach(dllink => document.querySelector(".utilcaption").childNodes[1].childNodes[0].appendChild(dllink.parentElement))