Elbert Alias
67ce37ea54
Update Tilda icon
7 years ago
Elbert Alias
58fb5de26e
Build v5.3.0
7 years ago
Elbert Alias
0f9cc90553
Add language detection
7 years ago
Wei Zhu
62de97a496
Add Ant Design ( #1928 )
7 years ago
Sigfried Seldeslachts
7c14a1d593
Added Sqreen.io ( #1927 )
...
* Added Sqreen
* Added Sqreen.png
* Fixed syntax error and cropped image
7 years ago
jvoisin
ac5773641f
Add a way to get mootool's version ( #1926 )
...
- The website is now in https
- Tighten a bit the original regexp by prefixing it with a `/`
- Add a regexp to get the version, this can be tested [here](https://turtlapp.com/docs/ )
7 years ago
jvoisin
0bf790a4d9
Tighten a bit the regexp for gitbook's detection ( #1924 )
...
This can be verified [here](https://docs.angr.io/HACKING.html )
7 years ago
cinwell.li
455dc564a7
Add docsify detection ( #1923 )
...
* Add docsify detection
* fix: update docsfiy script
7 years ago
Limon Monte
2a94c2d9c5
Update SweetAlert2 to detect .all.js ( #1922 )
7 years ago
jvoisin
ff4a8b9608
Add a way to get Font-awesome's version ( #1921 )
...
* Add a way to get Font-awesome's version
This can be tested [here](https://apnews.com/7f9e63cb14a54dfa9148b6430d89e873 ).
This url form is used on a lot of CDN.
* Fix a typo noticied by @kkadosh
7 years ago
jvoisin
b61bcc602e
Add version detection for requirejs ( #1916 )
...
* Add version detection for requirejs
This can be tested [here](https://www.winamax.fr/cgu-paris-sportifs )
* Err
7 years ago
jvoisin
5e5d38de02
Improve mediawiki version detection ( #1914 )
...
The versions of mediawiki can be a bit strange,
especially on [wikipedia](https://en.wikipedia.org/wiki/United_Arab_Emirates ),
since apparently the WMF has special ones. I've also seen `-beta`
sometimes (altough I don't have a website handy to prove it, sorry :/ )
7 years ago
jvoisin
dc5b60a7aa
Add detection for jquery-migrate ( #1913 )
...
This can be tested [here](japaneseruleof7.com/poverty-in-japan/).
A lot of people are using this script because they are too lazy to update to the latest version of jquery.
7 years ago
jvoisin
19457715b7
Add a way to get highlight.js version ( #1912 )
...
The original regexp was already suboptimal, but apparently, this is how
everyone uses this javascript library. This can be tested
[here](https://forum.openmw.org/ )
7 years ago
q--
b8cfe22027
Update Boostrap icon ( #1910 )
...
Use the newest icon for Bootstrap
7 years ago
q--
be423c5b0b
Fix broken Sphinx version detection ( #1908 )
7 years ago
J0N4S
d11296d7c4
Add new language Portuguese-Portugal ( #1907 )
...
This is the translation of the application for portuguese of portugal
7 years ago
M Burak Şentürk
cebcfef38f
Turkish translation fix pack. ( #1905 )
...
* Update messages.json
fixed minor Turkish translation issues.
* Update messages.json
Minor Turkish translation issues fixed.
7 years ago
sostanzasrl
92e71d909f
Update recognition with simplified script and env ( #1890 )
...
* env instead of script
change to ENV because JS is not directly included
* fix script recognition
added script, updated env regex and update website url with http
* Added https
* type error
Remove a blank line
7 years ago
Elbert Alias
5dff4f69e5
Add Inspectlet category
7 years ago
Elbert Alias
731b70d611
Removed Edge related code
7 years ago
Elbert Alias
f4850308e4
Disable robots.txt fetching when tracking is disabled
7 years ago
Elbert Alias
123058f69b
Build v5.2.1
7 years ago
jvoisin
736d380708
Add a way to get modernizr version ( #1904 )
...
This can be tested [here](https://paranoidbeavers.ca )
7 years ago
Federico Kauffman
007c8e619f
Add Freshmarketer detection ( #1902 )
7 years ago
Federico Kauffman
7fc7c53bfd
Add GoSquared detection ( #1901 )
7 years ago
Federico Kauffman
cd8178e21b
Add Amplitude detection ( #1900 )
7 years ago
Federico Kauffman
c720c83a7f
Add Inspectlet detection ( #1899 )
7 years ago
Federico Kauffman
4a00470146
Add Mouse Flow detection ( #1898 )
7 years ago
Ahmet
192db59a0f
update turkish locale ( #1897 )
7 years ago
Federico Kauffman
d50ec292f7
Add Visual Website Optimizer detection ( #1896 )
7 years ago
Elbert Alias
01d782acff
Drop Edge support
7 years ago
Elbert Alias
366eaab73e
Fix OpenUI5
7 years ago
Elbert Alias
45bd501fcb
Updated styled-components icon
7 years ago
Max Stoiber
3a4886a532
Add styled-components ( #1858 )
...
[styled-components](https://styled-components.com ) is a React.js library
for writing CSS in JavaScript. It has almost 11,5k stars on GitHub and
is widely known: https://github.com/styled-components/styled-components
7 years ago
jvoisin
a724db0739
Remove some useless "confidence" stuff ( #1895 )
...
* Remove some useless "confidence" stuff
- HHVM implies PHP
- Mattermost can run on Postgre or Mysql, there is no point in showing them both at 50%, we don't do this for anything else
- If something is powered by ASP.NET, it's running ASP.NET
- If there is "Python" in a "Server" header, it's powered by Python
- RiteCMS is running on SQLite by default, it's the whole point of running this CMS instead of something more heavy
- JQuery is a mandatory dependency of typeahead
* @q-- is right, HHVM might imply Hack
I haven't seen any serious website in Hack, except facebook,
so lets go for 75%
* @q-- is right again
> Microsoft IIS will send this header if ASP.NET is installed (by default if you use IIS, I think) even ASP.NET isn't actually used.
7 years ago
jvoisin
64d6299f76
Add a way to detect Jekyll via html ( #1894 )
...
* Add a way to detect Jekyll via html
This can be tested [here](https://www.blackhoodie.re/archive/ ),
and on any Jekyll blog that you might encounter
* A lot of github pages are created with "Jekyll Now"
This can be tested [here](http://www.unicorn-engine.org/download/ )
7 years ago
jvoisin
f7c055fbca
"Borrow" JQuery's version detection for Bootstrap ( #1893 )
...
* "Borrow" JQuery's version detection for Bootstrap
* Fix a typo
7 years ago
jvoisin
ff4b325713
When phusion passenger gives a version number, it's not for Ruby ( #1891 )
...
* When phusion passenger gives a version number, it's not for Ruby
This can be tested [here](http://www.barnivore.com/beer?vfilter=All ).
There is no such thing as Ruby 5.X
* Fix two typo
7 years ago
jvoisin
9938653658
Add a way to get underscore's version, on Wordpress ( #1888 )
...
This can be tested [here](https://www.aviwell.fr )
7 years ago
jvoisin
5a12878c06
Add a way to fingerprint raphael.js ( #1887 )
...
* Add a way to fingerprint raphael.js
This can be tested on [cryptonator](https://www.cryptonator.com/rates/XMR-EUR )
* Make the new groups optional
7 years ago
jvoisin
0fe7fd2ee9
Add an other way to get jquery's version ( #1884 )
...
* Add an other way to get jquery's version
This syntax is used by wordpress, and can be tested [here](https://about.mattermost.com/blog/ )
* Fix a typo
7 years ago
jvoisin
50528059d2
Add a way to get gravityform's version ( #1883 )
...
* Add a way to get gravityform's version
This can be tested [here](https://about.mattermost.com/blog/ )
* Fix a typo, thanks to @kkadosh
7 years ago
jvoisin
56c1de10f0
Add a way to get Yoast SEO version ( #1882 )
...
* Add a way to get Yoast SEO version
This can be tested [here](https://about.mattermost.com/blog/ )
* Fix a typo
* Fix a typo, courtesy of @kkadosh
7 years ago
kkadosh
24de826747
Fix SonarQubes detection ( #1880 )
7 years ago
kkadosh
31417b426b
Fix bootstrap detection ( #1879 )
7 years ago
kkadosh
2ed67f99bd
Fix Melis detection ( #1878 )
7 years ago
Daniel Zdziebko
7f1ca3b03d
Update no.5 for Polish lang ( #1875 )
7 years ago
jvoisin
616d528cb7
Add a way to get Sphinx' version ( #1876 )
...
* Add a way to get Sphinx' version
This can bes tested [here](www.sphinx-doc.org/en/stable/) and [here](https://clang.llvm.org/docs/AddressSanitizer.html )
* Walk around the stupid CI :>
7 years ago
jvoisin
234388a85b
Fix two typos in bitbucket detection ( #1874 )
...
- a `+` was misplaced
- a `</span>` was misplaced and not needed anyway
7 years ago