https://github.com/allmarkedup/sniffer
Sniffs web pages to extract information such as JS libraries, CMS, analytics packages, etc via JavaScript
https://github.com/allmarkedup/sniffer
Last synced: 2 months ago
JSON representation
Sniffs web pages to extract information such as JS libraries, CMS, analytics packages, etc via JavaScript
- Host: GitHub
- URL: https://github.com/allmarkedup/sniffer
- Owner: allmarkedup
- Created: 2010-09-13T15:11:26.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-10-14T13:12:17.000Z (over 15 years ago)
- Last Synced: 2026-02-01T04:27:03.974Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 177 KB
- Stars: 27
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-projects - sniffer - Sniffs web pages to extract information such as JS libraries, CMS, analytics packages, etc via JavaScript ⭐27 `JavaScript` (📦 Legacy & Inactive Projects)
README
Sniffer
=======
A JS library for sniffing out information about pages, such as which JS libraries are used, what CMS the site runs on, what analytics packages it uses, and more. It is intended to be used in bookmarklets or injected JS widgets that need to gather information about the host page and it's component parts.
Where it can, Sniffer will return a string with more information (such as a version number) for each test; otherwise it will return boolean `true` or `false`.
Please see the main site at [http://allmarkedup.github.com/sniffer/](http://allmarkedup.github.com/sniffer/) for more information and usage instructions.
Originally created for use in [Snoopy](http://github.com/allmarkedup/snoopy).