Build v5.4.14

main
Elbert Alias 7 years ago
parent 31a300ea11
commit 2b57a2c97b

@ -4621,7 +4621,7 @@
6,
53
],
"icon": "byInti.png",
"icon": "byINTI.svg",
"url": "^https?//.+\\.byinti\\.com",
"website": "http://byinti.com"
},

@ -2,7 +2,7 @@
"name": "wappalyzer",
"description": "Uncovers the technologies used on websites",
"homepage": "https://github.com/AliasIO/Wappalyzer",
"version": "5.4.13",
"version": "5.4.14",
"author": "Elbert Alias",
"license": "GPL-3.0",
"repository": {

@ -135,10 +135,12 @@ browser.webRequest.onCompleted.addListener(request => {
if ( request.responseHeaders ) {
const url = wappalyzer.parseUrl(request.url);
browser.tabs.query({ url: [ url.canonical ] })
browser.tabs.query({ url: [ url.href ] })
.then(tabs => {
const tab = tabs[0] || null;
console.log({ url: url.canonical, tab });
if ( tab ) {
request.responseHeaders.forEach(header => {
const name = header.name.toLowerCase();

@ -4,7 +4,7 @@
"author": "Elbert Alias",
"homepage_url": "https://www.wappalyzer.com",
"description": "Identify web technologies",
"version": "5.4.13",
"version": "5.4.14",
"default_locale": "en",
"manifest_version": 2,
"icons": {