genzo78 su greasemonkey aggiungi script e metti questo
// ==UserScript==
// @name Hack Miononno
// @version 0.1
// @description Automatically loading ZTE-Web-Script
// @include http://192.168.0.1/*
// @require https://code.jquery.com/jquery-3.7.1.min.js
// ==/UserScript==
//--- The @grant directive is used to restore the proper sandbox.
var ztes = document.createElement("script");
ztes.type = "text/javascript";
ztes.src = "https://miononno.it/files/ZTE/888-4.0.min.js";
$("head").append(ztes);
E modifica questi due campi, in quello metti l’ip che raggiungi il modem/cpe e l’altro metti il link dello script che intendi lanciare.
// @include http://192.168.0.1/*
ztes.src = "https://miononno.it/files/ZTE/888-4.0.min.js";