Skip to content

Commit

Permalink
feat: add click.linkprice.com into supported list
Browse files Browse the repository at this point in the history
  • Loading branch information
piquark6046 committed Jul 28, 2023
1 parent e19f497 commit 19550e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion linkproduct-privacy.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// @downloadURL https://cdn.jsdelivr.net/gh/List-KR/linkproduct-privacy@main/linkproduct-privacy.user.js
// @license MIT
//
// @version 1.2.2
// @version 1.2.3
// @author PiQuark6046 and contributors
//
// @match *://*/*
Expand Down Expand Up @@ -44,6 +44,9 @@
{
URLPattern: 'bbs/link.php?bo_table=hot&',
OnSite: 'etoland.co.kr'
},
{
URLPattern: '//click.linkprice.com/click.php?'
}
];
const LinkResultURLs = [
Expand Down
5 changes: 4 additions & 1 deletion linkproduct-privacy.user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// @downloadURL https://cdn.jsdelivr.net/gh/List-KR/linkproduct-privacy@main/linkproduct-privacy.user.js
// @license MIT
//
// @version 1.2.2
// @version 1.2.3
// @author PiQuark6046 and contributors
//
// @match *://*/*
Expand Down Expand Up @@ -105,6 +105,9 @@ interface LinkProductURL {
{
URLPattern: 'bbs/link.php?bo_table=hot&',
OnSite: 'etoland.co.kr'
},
{
URLPattern: '//click.linkprice.com/click.php?'
}
]
const LinkResultURLs: Array<LinkResultURL> = [
Expand Down

0 comments on commit 19550e7

Please sign in to comment.