mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 06:05:37 +07:00
test
This commit is contained in:
@@ -13,7 +13,7 @@ function fetchFromURL(url)
|
||||
}
|
||||
}
|
||||
|
||||
var data = fetchFromURL('https://raw.githubusercontent.com/KevinRoebert/ClearUrls/master/data/data.json');
|
||||
var data = fetchFromURL('https://raw.githubusercontent.com/KevinRoebert/ClearUrls/master/data/data.json') || [];
|
||||
var providers = [];
|
||||
// ##################################################################
|
||||
|
||||
@@ -200,6 +200,9 @@ function createProviders()
|
||||
//Create new provider
|
||||
providers.push(new Provider(data.providers[p],data.providers[p].completeProvider));
|
||||
|
||||
//Add URL Pattern
|
||||
providers[p].setURLPattern(data.providers[p].urlPattern);
|
||||
|
||||
//Add rules to provider
|
||||
for(var r = 0; r < data.providers[p].rules.length; r++)
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"providers": {
|
||||
"amazon": {
|
||||
"urlPattern": "",
|
||||
"urlPattern": "(https:\\/\\/||http:\\/\\/).*(\\.amazon\\.)\\w{2,}\\/.*",
|
||||
"completeProvider": true,
|
||||
"rules": [
|
||||
"pf_rd_[a-zA-Z]=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
|
||||
|
||||
Reference in New Issue
Block a user