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
Elbert Alias
20b2f9df80
Revamped WebExtension popup
8 years ago
Elbert Alias
3057e396d9
Change wappalyzer object to Wappalyzer class to allow running of multiple instances
8 years ago
Elbert Alias
c4328afa30
Fix icon not displaying and popup not expanding
8 years ago
Elbert Alias
f61697c9f4
Fix French language, clear robots.txt cache regularly
8 years ago
Elbert Alias
ef0d8ad593
Refactoring
8 years ago
Elbert Alias
8c5aaac4f9
Define global variables
8 years ago
Elbert Alias
7c9d089f46
Set wappalyzer.driver.document in WebExtension
8 years ago
Elbert Alias
75cd40094c
Respect robots.txt
8 years ago
Elbert Alias
a00319a3a8
Functional ES6 code
8 years ago
Elbert Alias
872bcbb64e
Port to ES6
8 years ago
Elbert Alias
02e705a6c1
Ad tracking updates
8 years ago
Elbert Alias
087fc5ed2b
Fixes for MS Edge
8 years ago
Elbert Alias
f14e45c431
Add Prebid application
8 years ago
Elbert Alias
bc20282bf8
Fix manfifest.json
8 years ago
Elbert Filius
70ecdf0899
Refactor popup.js and popup.html, improved logging
8 years ago
Elbert Alias
cba85bcee8
Fix Scruntinizer issues
8 years ago
Elbert Alias
2492bbf8d0
Fix Scruntinizer issues
8 years ago
Elbert Alias
d4a4bfd3ee
Use promises for options in WebExtension driver
8 years ago
Elbert Alias
cbd4286551
Modify dynamic icon option
8 years ago
Elbert Alias
92f59ba917
Merge pull request #1515 from DaAwesomeP/option-change-icon
...
Option to keep icon from changing
8 years ago
Elbert Alias
0f99dda1df
Merge pull request #1512 from wardoost/default-icon
...
Default icon
8 years ago
Elbert Alias
8774fb6b86
Add Edge support
8 years ago
DaAwesomeP
8d458f7765
add option to keep icon static
8 years ago
Ward Oosterlijnck
b30e94991b
icon optional and defaults to default.svg
8 years ago
Elbert Alias
ecb929a286
Remove console.log
8 years ago
Elbert Alias
6be6e4dcd9
Build WebExtension v4.0.1
8 years ago
MannyC
967b8c916e
Chrome driver always sends response to foreground page to avoid foreground exception.
...
See #1487
This fixes #1487 and fixes #1489
8 years ago
Elbert Alias
092e9575aa
Removed Firefox & Chrome drivers in favour of the WebExtension driver
8 years ago
Elbert Alias
9f25ef1913
Fix sorting applications by category priority
8 years ago
Elbert Alias
1cd2fd70b0
Make apps.json valid JSON, add priority value to categories, unify WebExtension manifest files
8 years ago
jvoisin
03d649b3ea
Fix various warnings found by scrutinity
...
- Some functions didn't return anything
- Some `for…in` related variables weren't declared
- Some variables were unused
8 years ago
Elbert Alias
92fbcbd6e5
Move onMessage to separate function in WebExtension
8 years ago
DaAwesomeP
4d9d53977b
Don't use webextension polyfill for messages
8 years ago