Elbert Alias
376345aafb
Refactoring
5 years ago
Elbert Alias
2aca8275c5
Refactoring
5 years ago
Elbert Alias
dfe686e524
Build v5.10.3
5 years ago
Elbert Alias
eae4350627
Add 1s delay in WebExtension driver, fix links in popup
5 years ago
Elbert Alias
569030ce93
Build v5.10.1
5 years ago
Elbert Alias
dbcc340926
Fix cookie error
5 years ago
Elbert Alias
cb1668fb04
Add alerts, fix dark mode
5 years ago
randomshell
4e730a0490
Fix previous commit
...
The value should be null to always get all cookies and not only first-party isolation cookies.
From https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/cookies :
"When first-party isolation is off, the firstPartyDomain parameter is optional and defaults to an empty string. A non-empty string can be used to retrieve or modify first-party isolation cookies."
5 years ago
randomshell
dc13eee32a
Fix for first party isolation in Firefox
...
Fixes #2624
5 years ago
Elbert Alias
2e2f7246f4
Improve language detection
5 years ago
Elbert Alias
b178495a90
Build 5.9.7
5 years ago
Elbert Alias
e067ba33e2
Add dark mode compatibility toggle
6 years ago
Elbert Alias
93ddace370
Use ports for messaging
6 years ago
Elbert Alias
7c14a6d525
Build 5.7.1
7 years ago
Elbert Alias
87e829ee00
Emit log and visit events in NPM driver
7 years ago
Elbert Alias
c728d7f066
Build 5.6.1
7 years ago
Elbert Alias
879cb32d30
Fix options, replace Promises with async/await, build v5.5.7
7 years ago
Elbert Alias
ea900bfd1f
Fix options
7 years ago
Elbert Alias
eca77528d6
Add eslint
7 years ago
Elbert Alias
e46e4e7f1e
Save hostnameCache in localStorage
7 years ago
Elbert Alias
5b911327f5
Fix Srutinizer issues
7 years ago
Elbert Alias
21e6429670
Fix merge
7 years ago
Elbert Alias
3402b850ed
Fix empty header value issue
7 years ago
Elbert Alias
dc0031e917
Show icon when no technologies are identified, add htmlMaxCols and htmlMaxRows options in NPM driver
7 years ago
Elbert Alias
2b57a2c97b
Build v5.4.14
7 years ago
Elbert Alias
c9b0ab7aa2
Fix header detection, performance improvements in WebExtension driver
7 years ago
Elbert Alias
5344662f4c
Implement browser.cookie API
7 years ago
Elbert Alias
f35c7ff3e7
Add robots.txt queuing
7 years ago
Elbert Alias
24c460f86f
Fix uncaught promise in browser-polyfill.js
7 years ago
Elbert Alias
74bb8fa56a
Asynchronous regex execution
7 years ago
Elbert Alias
0a63ef2ddd
Build v5.4.7
8 years ago
Elbert Alias
0fbaa9622c
Add Adyen, popup styles
8 years ago
Elbert Alias
8a5bc035ce
Add ability to pin a category
8 years ago
Elbert Alias
538e843b0d
Merge branch 'master' of github.com:AliasIO/Wappalyzer
8 years ago
Elbert Alias
4bbda8916b
Avoid use of prototype functions in inject.js
8 years ago
Camille Barneaud
1fce3cbc6b
Enable the use of W in Firefox for Android ( #1960 )
8 years ago
Camille Barneaud
4b9bc8a8e8
Remove edge code ( #1959 )
...
* Remove edge code in driver.js
* Remove edge code in popup.js
8 years ago
Elbert Alias
46b2e6face
Add animate.css
8 years ago
Elbert Alias
cbf071e083
Fix apps.json issues
8 years ago
Elbert Alias
581758f4c3
Merge js field
8 years ago
Elbert Alias
33c53bd639
Merge branch 'js-field'
8 years ago
Elbert Alias
66c703c2fa
Refactoring, allow multiple expressions per js field, remove env detection
8 years ago
Elbert Alias
0f9cc90553
Add language detection
8 years ago
Camille Barneaud
28d2afaa61
Update driver.js
8 years ago
Camille Barneaud
c6b6df773d
Add JS field in Wappalyzer.js & for WebExtension driver
8 years ago
Elbert Alias
f4850308e4
Disable robots.txt fetching when tracking is disabled
8 years ago
Elbert Alias
01d782acff
Drop Edge support
8 years ago
Camille Barneaud
d66a2a7c75
Enable multiple headers with the same name & Get scripts via DOM ( #1819 )
...
* Enable multiple header with same name
Enable multiple header with same name for WebExtension driver
* Enable multiple header with same name
Enable multiple header with same name for Bookmarklet driver
* Enable multiple header with same name
Enable multiple header with same name for the NPM driver
* Enable multiple headers with the same name
* Get scripts via DOM (WebExtension)
* Get scripts via DOM (Bookmarklet)
* Get scripts via DOM
* Get scripts via DOM (NPM)
8 years ago
Elbert Alias
5c68a1503f
Fix page error halting NPM driver
8 years ago
Elbert Alias
0c909ae024
Fix bookmarklet driver
8 years ago