An open API service indexing awesome lists of open source software.

https://github.com/sec-ant/dx4600-patches


https://github.com/sec-ant/dx4600-patches

Last synced: about 1 month ago
JSON representation

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';
})();
```