Fix Facebook selector

main
Elbert Alias 3 years ago
parent 0dec086d3e
commit 19d0d95c70

@ -13,7 +13,7 @@
"software" "software"
], ],
"homepage": "https://www.wappalyzer.com/", "homepage": "https://www.wappalyzer.com/",
"version": "6.8.15", "version": "6.8.16",
"author": "Wappalyzer", "author": "Wappalyzer",
"license": "MIT", "license": "MIT",
"repository": { "repository": {

@ -102,10 +102,10 @@ const Driver = {
'https://www.wappalyzer.com/installed/?utm_source=installed&utm_medium=extension&utm_campaign=wappalyzer' 'https://www.wappalyzer.com/installed/?utm_source=installed&utm_medium=extension&utm_campaign=wappalyzer'
) )
} else if (version !== previous && upgradeMessage) { } else if (version !== previous && upgradeMessage) {
open( // open(
`https://www.wappalyzer.com/upgraded/?utm_source=upgraded&utm_medium=extension&utm_campaign=wappalyzer`, // `https://www.wappalyzer.com/upgraded/?utm_source=upgraded&utm_medium=extension&utm_campaign=wappalyzer`,
false // false
) // )
} }
await setOption('version', version) await setOption('version', version)

@ -4,7 +4,7 @@
"author": "Wappalyzer", "author": "Wappalyzer",
"homepage_url": "https://www.wappalyzer.com/", "homepage_url": "https://www.wappalyzer.com/",
"description": "Identify web technologies", "description": "Identify web technologies",
"version": "6.8.15", "version": "6.8.16",
"default_locale": "en", "default_locale": "en",
"manifest_version": 2, "manifest_version": 2,
"icons": { "icons": {

@ -13,7 +13,7 @@
"software" "software"
], ],
"homepage": "https://www.wappalyzer.com/", "homepage": "https://www.wappalyzer.com/",
"version": "6.8.15", "version": "6.8.16",
"author": "Wappalyzer", "author": "Wappalyzer",
"license": "MIT", "license": "MIT",
"repository": { "repository": {

@ -976,4 +976,4 @@
}, },
"website": "https://experiencedcms.berkearas.de" "website": "https://experiencedcms.berkearas.de"
} }
} }

@ -74,7 +74,7 @@
], ],
"description": "Facebook Chat Plugin is a website plugin that businesses with a Facebook Page can install on their website.", "description": "Facebook Chat Plugin is a website plugin that businesses with a Facebook Page can install on their website.",
"dom": { "dom": {
"iframe[src*=.facebook.com/']": { "iframe[src*='.facebook.com/']": {
"attributes": { "attributes": {
"src": "\\.facebook\\.com/v([\\d\\.]+)/plugins/customerchat\\;version:\\1" "src": "\\.facebook\\.com/v([\\d\\.]+)/plugins/customerchat\\;version:\\1"
} }

@ -661,4 +661,4 @@
"website": "https://www.jsdelivr.com/", "website": "https://www.jsdelivr.com/",
"xhr": "cdn\\.jsdelivr\\.net" "xhr": "cdn\\.jsdelivr\\.net"
} }
} }

@ -572,6 +572,7 @@
72 72
], ],
"description": "Periodic is a white-label scheduling system.", "description": "Periodic is a white-label scheduling system.",
"dom": "#periodic-embedded-calendar-script, .periodic-embedded-calendar-window, .bookingmain__maincontent",
"icon": "Periodic.svg", "icon": "Periodic.svg",
"pricing": [ "pricing": [
"low", "low",

@ -2863,8 +2863,8 @@
6 6
], ],
"description": "Squarespace Commerce is an ecommerce platform designed to facilitate the creation of websites and online stores, with domain registration and web hosting included.", "description": "Squarespace Commerce is an ecommerce platform designed to facilitate the creation of websites and online stores, with domain registration and web hosting included.",
"implies": "Squarespace",
"icon": "Squarespace.svg", "icon": "Squarespace.svg",
"implies": "Squarespace",
"js": { "js": {
"SQUARESPACE_ROLLUPS.squarespace-commerce": "" "SQUARESPACE_ROLLUPS.squarespace-commerce": ""
}, },

@ -649,4 +649,4 @@
}, },
"website": "http://vibecommerce.com.br" "website": "http://vibecommerce.com.br"
} }
} }

@ -368,12 +368,12 @@
6 6
], ],
"description": "Zozo is a multi-channel ecommerce services provider from Vietnam.", "description": "Zozo is a multi-channel ecommerce services provider from Vietnam.",
"excludes": "OpenCart",
"dom": { "dom": {
"a[href*='/zozo.vn/'][href*='footerurl'][target='_blank']": { "a[href*='/zozo.vn/'][href*='footerurl'][target='_blank']": {
"text": "^Zozo" "text": "^Zozo"
} }
}, },
"excludes": "OpenCart",
"icon": "Zozo.png", "icon": "Zozo.png",
"implies": [ "implies": [
"PHP", "PHP",
@ -406,4 +406,4 @@
"scripts": "userapp\\.zyrosite\\.com/", "scripts": "userapp\\.zyrosite\\.com/",
"website": "https://zyro.com" "website": "https://zyro.com"
} }
} }
Loading…
Cancel
Save