https://github.com/sec-ant/dx4600-patches
https://github.com/sec-ant/dx4600-patches
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sec-ant/dx4600-patches
- Owner: Sec-ant
- License: mit
- Created: 2023-06-14T06:51:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T12:57:08.000Z (about 3 years ago)
- Last Synced: 2025-07-01T18:10:10.230Z (about 1 year ago)
- Language: JavaScript
- Size: 858 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dx4600-patches
```js
// ==UserScript==
// @name DX4600 Patcher
// @namespace https://github.com/Sec-ant/dx4600-patches
// @version 0.1.2
// @description Apply patches to UGREEN DX4600
// @author Sec-ant
// @match http*://nas.lan:9999/*
// @match http*://10.10.10.6:9999/*
// @match https://fastly.jsdelivr.net/*
// @webRequest {"selector":"*://*/service/web/static/js/chunk-1b7eeb24.d5aa5433.js","action":{"redirect":"https://fastly.jsdelivr.net/gh/Sec-ant/dx4600-patches/service/web/static/js/chunk-1b7eeb24.d5aa5433.min.js"}}
// @icon https://cloud.ugnas.com/logo.ico
// @run-at document-start
// @grant none
// ==/UserScript==
(function() {
'use strict';
})();
```