clear-urls-browser-extension/data/data.json

74 lines
2.9 KiB
JSON
Raw Normal View History

2017-08-04 01:08:46 +00:00
{
"providers": {
"amazon": {
2017-08-04 01:21:44 +00:00
"urlPattern": "(https:\\/\\/||http:\\/\\/).*(\\.amazon\\.)\\w{2,}\\/.*",
2017-08-04 02:20:12 +00:00
"completeProvider": false,
2017-08-04 01:08:46 +00:00
"rules": [
"pf_rd_[a-zA-Z]=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
"qid=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
"sr=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
"srs=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
".*(amazon-adsystem\\.com)\\/.*",
".*(adsensecustomsearchads\\.com)\\/.*",
2017-08-04 13:15:56 +00:00
"pd_rd_[a-zA-Z]*=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
"__mk_[a-zA-Z]{1,3}_[a-zA-Z]{1,3}=.*[\\?|&]?",
"url=.*[\\?|&]?"
2017-08-04 01:08:46 +00:00
],
"exceptions": [
".*(amazon\\.)\\w{2,}(\\/gp\\/).*"
]
2017-08-04 02:20:12 +00:00
},
"google": {
"urlPattern": "(https:\\/\\/||http:\\/\\/).*(\\.google\\.)\\w{2,}\\/.*",
"completeProvider": false,
"rules": [
"ved=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
"bi[a-zA-Z]*=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
"gfe_[a-zA-Z]*=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
"ei=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
"source=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
"gs_[a-zA-Z]*=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
"site=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
"&\\.[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
"oq=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
"esrc=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
"uact=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
"cd=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
"cad=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
"gws_[a-zA-Z]*=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
"im[a-zA-Z]*=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
"atyp=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
"vet=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
"zx=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
"_u=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
"je=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
"[a-zA-Z\\_]*id=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?"
],
"exceptions": [
".*(accounts).*",
"(https:\\/\\/||http:\\/\\/).*(googlevideo\\.com)\\/.*",
"(https:\\/\\/||http:\\/\\/).*(youtube\\.)\\w{2,}\\/.*"
]
},
"googlesyndication": {
"urlPattern": ".*(googlesyndication).*",
2017-08-04 02:20:12 +00:00
"completeProvider": true,
"rules": [],
"exceptions": []
},
"doubleclick": {
2017-08-04 02:37:19 +00:00
"urlPattern": ".*(doubleclick).*",
2017-08-04 02:20:12 +00:00
"completeProvider": true,
"rules": [],
"exceptions": []
},
"utm": {
"urlPattern": ".*",
"completeProvider": false,
"rules": [
"utm_[a-zA-Z]*=.*[\\?|&]?"
],
"exceptions": []
2017-08-04 01:08:46 +00:00
}
}
}