Loon Parser

This commit is contained in:
Peng-YM 2020-11-27 11:40:47 +08:00
parent eef1559706
commit 1398782595
3 changed files with 3625 additions and 4 deletions

View File

@ -2894,7 +2894,7 @@ function getBuiltInRules() {
};
}
/****************************************** Supporting Functions **********************************************************/
/****************************************** Supporting Functions ********************************************** */
function ApplyProcessor(process, objs) {
function ApplyFilter(filter, objs) {
// select proxies
@ -2949,7 +2949,7 @@ function clone(object) {
return JSON.parse(JSON.stringify(object));
}
/****************************************** Own Libraries **********************************************************/
/****************************************** Own Libraries *******************************************************/
/**
@ -3645,7 +3645,7 @@ function express({port} = {port: 3000}) {
}
}
/****************************************** Third Party Libraries **********************************************************/
/****************************************** Third Party Libraries **********************************************/
/**
* Base64 Coding Library

File diff suppressed because one or more lines are too long

3621
scripts/sub-store-parser.js Normal file

File diff suppressed because it is too large Load Diff