Last active
April 11, 2025 12:02
-
-
Save milankragujevic/21297ccdafc07cfb51823ebe5d117d64 to your computer and use it in GitHub Desktop.
Delete SMS if broken modem UI on ZTE MF283V
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var ids = [4,5,6,7,8,9,10,11,12,13,14] | |
ids.forEach(function (id) { | |
if(id) { | |
fetch("http://192.168.0.1/goform/goform_set_cmd_process", {"credentials":"include","headers":{},"referrer":"http://192.168.0.1/index.html","referrerPolicy":"no-referrer-when-downgrade","body":"isTest=false&goformId=DELETE_SMS&msg_id=" + id + "¬Callback=true","method":"POST","mode":"cors"}); | |
} | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/goors/zte_routers_delete_sms