Manual PR merges

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

@ -9,6 +9,17 @@
"url": "/shop/catalog/browse\\?sessid=",
"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": {
"cats": [
"1"
@ -3526,6 +3537,17 @@
"url": "^https?://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": {
"cats": [
"42"
@ -3534,7 +3556,10 @@
"googletag": "",
"google_tag_manager": ""
},
"html": "googletagmanager\\.com/ns\\.html[^>]+></iframe>",
"html": [
"googletagmanager\\.com/ns\\.html[^>]+></iframe>",
"<!-- (?:End )?Google Tag Manager -->"
],
"icon": "Google Tag Manager.png",
"website": "http://www.google.com/tagmanager"
},
@ -4466,7 +4491,8 @@
"icon": "Jekyll.png",
"html": [
"Powered by <a href=\"https?://jekyllrb\\.com\"[^>]*>Jekyll</",
"<!-- Created with Jekyll Now -"
"<!-- Created with Jekyll Now -",
"<!-- Begin Jekyll SEO tag"
],
"meta": {
"generator": "Jekyll (v[\\d.]+)?\\;version:\\1"
@ -6599,8 +6625,38 @@
"js": {
"sap.ui": ""
},
"script": "sap-ui-core\\.js",
"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": {
"cats": [
"36"

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

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB