Avantlink.com and pfx.io (#7)

* Adding avantlink and pfx.io

* Syntax fix

---------

Co-authored-by: timwharton <timwharton@users.noreply.github.com>
This commit is contained in:
Tim Wharton
2023-09-28 17:19:06 -04:00
committed by GitHub
parent cd33e3dc7c
commit 4f6b1f6a4b
2 changed files with 16 additions and 0 deletions

View File

@@ -58,5 +58,13 @@
{
"name": "jdoqocy.com",
"pattern": "www.jdoqocy.com(.*)?url=(?<baseUrl>.*)&sid=rfdcb"
},
{
"name": "pfx.io",
"pattern": "(.*).pxf.io(.*)?u=(?<baseUrl>.*)"
},
{
"name": "avantlink.com",
"pattern": "(.*).avantlink.com(.*)?url=(?<baseUrl>.*)"
}
]

View File

@@ -75,6 +75,14 @@
{
name: "jdoqocy.com",
pattern: "www.jdoqocy.com(.*)?url=(?<baseUrl>.*)&sid=.*"
},
{
name: 'pxf.io',
pattern: '(.*).pxf.io(.*)\?u=(?<baseUrl>.*)',
},
{
name: 'avantlink.com',
pattern: '(.*).avantlink.com(.*)\?url=(?<baseUrl>.*)',
}
];