Add Sellacious detection, Pinterest Conversion Tag

main
Elbert Alias 4 years ago
parent 0077e97a28
commit 81187c244b

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

@ -14,7 +14,7 @@ const { agent, promisify, getOption, setOption, open, globEscape } = Utils
const expiry = 1000 * 60 * 60 * 24
const hostnameIgnoreList = /((local|dev(elop(ment)?)?|stag(e|ing)?|preprod|preview|test(ing)?|demo(shop)?|admin|cache)[.-]|localhost|wappalyzer|google|facebook|twitter|reddit|yahoo|wikipedia|amazon|youtube|\/admin|\.local|\.test|\.dev|\.netlify\.app|\.shopifypreview\.com|^[0-9.]+$)/
const hostnameIgnoreList = /((local|dev(elop(ment)?)?|stag(e|ing)?|preprod|preview|test(ing)?|[^a-z]demo(shop)?|admin|cache)[.-]|localhost|wappalyzer|google|facebook|twitter|reddit|yahoo|wikipedia|amazon|youtube|\/admin|\.local|\.test|\.dev|\.netlify\.app|\.shopifypreview\.com|^[0-9.]+$)/
const xhrDebounce = []
@ -263,6 +263,8 @@ const Driver = {
* @param {Object} request
*/
async onWebRequestComplete(request) {
console.log('xxx', request.responseHeaders)
if (request.responseHeaders) {
if (await Driver.isDisabledDomain(request.url)) {
return

@ -6672,6 +6672,24 @@
},
"website": "https://developers.facebook.com/docs/facebook-login/"
},
"Pinterest Conversion Tag": {
"cats": [
10
],
"description": "Pinterest Conversion Tag allows you to track actions people take on your website after viewing your Promoted Pin.",
"icon": "Pinterest.svg",
"dom": {
"img[src*='ct.pinterest.com/v3/?tid']": {
"attributes": {
"src": ""
}
}
},
"js": {
"pintrk": ""
},
"website": "https://www.pinterest.com.au/business/"
},
"Facebook Pixel": {
"cats": [
10
@ -14370,7 +14388,7 @@
"cats": [
36
],
"description": "Pinterest Ads is an online advertising platform developed by Pinterest. The Pinterest tag allows you to track actions people take on your website after viewing your Promoted Pin.",
"description": "Pinterest Ads is an online advertising platform developed by Pinterest.",
"icon": "Pinterest.svg",
"website": "https://ads.pinterest.com/",
"xhr": "ct\\.pinterest\\.com"
@ -17081,6 +17099,30 @@
},
"website": "https://shopfa.com"
},
"Sellacious": {
"cats": [
6
],
"description": "Sellacious is an open-source ecommerce and marketplace platform for integrated POS and online stores.",
"dom": {
".mod-sellacious-cart": {
"text": ""
}
},
"js": {
"SellaciousViewCartAIO": ""
},
"pricing": [
"low",
"recurring",
"freemium"
],
"implies": "Joomla",
"saas": true,
"oss": true,
"icon": "Sellacious.png",
"website": "https://www.sellacious.com"
},
"Shopify": {
"cats": [
6

Loading…
Cancel
Save