mirror of
https://github.com/davegallant/rfd-redirect-stripper.git
synced 2025-08-07 09:02:30 +00:00
add HP regex pattern
This commit is contained in:
@@ -24,6 +24,10 @@
|
|||||||
name: 'Best Buy',
|
name: 'Best Buy',
|
||||||
pattern: 'bestbuyca.(.*).net(.*)\\?u=(?<baseUrl>.*)',
|
pattern: 'bestbuyca.(.*).net(.*)\\?u=(?<baseUrl>.*)',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'HP',
|
||||||
|
pattern: 'www.awin1.com(.*)\&clickref=\&p=(?<baseUrl>.*)\&.*',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Samsung',
|
name: 'Samsung',
|
||||||
pattern: 'www.awin1.com(.*)\?p=(?<baseUrl>.*)',
|
pattern: 'www.awin1.com(.*)\?p=(?<baseUrl>.*)',
|
||||||
|
Reference in New Issue
Block a user