Manual PR merges

main
Elbert Alias 8 years ago
parent 87dcf8db15
commit 18733b6c5f

@ -9,6 +9,17 @@
"url": "/shop/catalog/browse\\?sessid=", "url": "/shop/catalog/browse\\?sessid=",
"website": "http://1and1.com" "website": "http://1and1.com"
}, },
"Google Analytics Enhanced eCommerce": {
"cats": [
"10"
],
"js": {
"gaplugins.EC"
},
"icon": "Google Analytics.svg",
"script": "google-analytics\\.com\\/plugins\\/ua\\/ec.js",
"website": "https://developers.google.com/analytics/devguides/collection/analyticsjs/enhanced-ecommerce"
},
"1C-Bitrix": { "1C-Bitrix": {
"cats": [ "cats": [
"1" "1"
@ -3526,6 +3537,17 @@
"url": "^https?://sites\\.google\\.com", "url": "^https?://sites\\.google\\.com",
"website": "http://sites.google.com" "website": "http://sites.google.com"
}, },
"CNV Platform": {
"cats": [
"1"
],
"headers": {
"Set-Cookie": "cnv_session"
},
"icon": "CNV.png",
"implies": "laravel",
"website": "https://cnv.vn"
},
"Google Tag Manager": { "Google Tag Manager": {
"cats": [ "cats": [
"42" "42"
@ -3534,7 +3556,10 @@
"googletag": "", "googletag": "",
"google_tag_manager": "" "google_tag_manager": ""
}, },
"html": "googletagmanager\\.com/ns\\.html[^>]+></iframe>", "html": [
"googletagmanager\\.com/ns\\.html[^>]+></iframe>",
"<!-- (?:End )?Google Tag Manager -->"
],
"icon": "Google Tag Manager.png", "icon": "Google Tag Manager.png",
"website": "http://www.google.com/tagmanager" "website": "http://www.google.com/tagmanager"
}, },
@ -4466,7 +4491,8 @@
"icon": "Jekyll.png", "icon": "Jekyll.png",
"html": [ "html": [
"Powered by <a href=\"https?://jekyllrb\\.com\"[^>]*>Jekyll</", "Powered by <a href=\"https?://jekyllrb\\.com\"[^>]*>Jekyll</",
"<!-- Created with Jekyll Now -" "<!-- Created with Jekyll Now -",
"<!-- Begin Jekyll SEO tag"
], ],
"meta": { "meta": {
"generator": "Jekyll (v[\\d.]+)?\\;version:\\1" "generator": "Jekyll (v[\\d.]+)?\\;version:\\1"
@ -6599,8 +6625,38 @@
"js": { "js": {
"sap.ui": "" "sap.ui": ""
}, },
"script": "sap-ui-core\\.js",
"website": "http://openui5.org/" "website": "http://openui5.org/"
}, },
"Minero": {
"cats": [
"56"
],
"script": [
"//minero\\.cc/lib/minero(?:-miner|-hidden)?\\.min\\.js"
],
"website": "http://minero.cc/"
},
"Coinhave": {
"cats": [
"56"
],
"script": "https?://coin-have\\.com/c/[0-9a-zA-Z]+\\.js",
"icon": "coinhave.png",
"website": "https://coin-have.com/"
},
"Revslider":{
"cats": [
"19"
],
"icon": "revslider.png",
"html": [
"<link[^>]* href=[\\'\"][^']+revslider[/\\w-]+\\.css\\?ver=([0-9.]+)[\\'\"]\\;version:\\1"
],
"script": "/revslider/[/\\w-]+/js",
"implies": "WordPress",
"website": "https://revolution.themepunch.com/"
},
"OpenX": { "OpenX": {
"cats": [ "cats": [
"36" "36"

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title data-i18n="options">Wappalyzer options</title> <title data-i18n="options">Wappalyzer options</title>
@ -14,58 +14,58 @@
<script src="../node_modules/webextension-polyfill/dist/browser-polyfill.js"></script> <script src="../node_modules/webextension-polyfill/dist/browser-polyfill.js"></script>
<script src="../js/wappalyzer.js"></script> <script src="../js/wappalyzer.js"></script>
<script src="../js/options.js"></script> <script src="../js/options.js"></script>
</head> </head>
<body> <body>
<div class="hero"> <div class="hero">
<div class="container"> <div class="container">
<img src="../images/logo-white.svg"> <img src="../images/logo-white.svg">
</div> </div>
</div> </div>
<div class="content"> <div class="content">
<div class="container"> <div class="container">
<h1 data-i18n="options">Options</h1> <h1 data-i18n="options">Options</h1>
<p> <p>
<label for="option-upgrade-message"> <label for="option-upgrade-message">
<input id="option-upgrade-message" type="checkbox"> <input id="option-upgrade-message" type="checkbox">
<span data-i18n="optionUpgradeMessage">Tell me about upgrades</span> <span data-i18n="optionUpgradeMessage">Tell me about upgrades</span>
</label> </label>
<label for="option-dynamic-icon"> <label for="option-dynamic-icon">
<input id="option-dynamic-icon" type="checkbox"> <input id="option-dynamic-icon" type="checkbox">
<span data-i18n="optionDynamicIcon">Use application icon instead of Wappalyzer logo</span> <span data-i18n="optionDynamicIcon">Use application icon instead of Wappalyzer logo</span>
</label> </label>
<label for="option-tracking"> <label for="option-tracking">
<input id="option-tracking" type="checkbox"> <input id="option-tracking" type="checkbox">
<span data-i18n="optionTracking">Anonymously send reports on detected applications to wappalyzer.com for research</span> <span data-i18n="optionTracking">Anonymously send reports on detected applications to wappalyzer.com for research</span>
</label> </label>
</p> </p>
<div id="about"> <div id="about">
<p> <p>
<a href="https://github.com/AliasIO/Wappalyzer/fork"> <a href="https://github.com/AliasIO/Wappalyzer/fork">
<button id="github"> <button id="github">
<img src="../images/github.png" width="16" height="16" alt="GitHub icon" /> <img src="../images/github.png" width="16" height="16" alt="GitHub icon" />
<span data-i18n="github">Fork Wappalyzer on GitHub!</span> <span data-i18n="github">Fork Wappalyzer on GitHub!</span>
</button> </button>
</a> </a>
<a href="https://twitter.com/Wappalyzer"> <a href="https://twitter.com/Wappalyzer">
<button id="twitter"> <button id="twitter">
<img src="../images/twitter.png" width="16" height="16" alt="Twitter icon" /> <img src="../images/twitter.png" width="16" height="16" alt="Twitter icon" />
<span data-i18n="twitter">Follow Wappalyzer on Twitter</span> <span data-i18n="twitter">Follow Wappalyzer on Twitter</span>
</button> </button>
</a> </a>
<a href="https://www.wappalyzer.com/"> <a href="https://www.wappalyzer.com/">
<button id="wappalyzer"> <button id="wappalyzer">
<img src="../images/icon_16.png" width="16" height="16" alt="Wappalyzer icon" /> <img src="../images/icon_16.png" width="16" height="16" alt="Wappalyzer icon" />
<span data-i18n="website">Go to wappalyzer.com</span> <span data-i18n="website">Go to wappalyzer.com</span>
</button> </button>
</a> </a>
</p> </p>
</div>
</div> </div>
</div>
</div> </div>
</body> </body>
</html> </html>

@ -1,4 +1,5 @@
/** global: browser */ /** global: browser */
/** global: XMLSerializer */
if ( typeof browser !== 'undefined' && typeof document.body !== 'undefined' ) { if ( typeof browser !== 'undefined' && typeof document.body !== 'undefined' ) {
try { try {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB