Detect AOS
JavaScript library to animate elements on your page as you scroll.
Detection looks at response headers, script sources, javascript globals, dom selectors across 7 fingerprint rules among the site's public responses.
01
Websites using AOS
Loading website list…
02
Signal classes
PluginView evaluates public page signals in these classes when identifying AOS. Individual fingerprint rule bodies are proprietary and are not published.
- Response headers
- Script sources
- JavaScript globals
- DOM selectors
03
Example public indicators for AOS
Illustrative indicators derived from public catalog metadata for AOS. A live scan may match additional proprietary rules beyond these examples.
- x-powered-by: AdministerAOS
- unpkg.com/aos@/dist/aos.js
- typo3conf/ext/udem_vendor/Resources/Public/aos-
- AOS.init
- AOS.refresh
- AOS.refreshHard
- body
04
What a detection means
- Establishes
- One or more public signals on the scanned page matched a known AOS signature (7 rules) at the time of the scan.
- Does not establish
- A sitewide install of AOS, an active vendor contract, exclusive use, or that AOS is still in place today.
05
How to check a site for AOS
- 1. Enter the website URL in the scan form — homepage, pricing, checkout, or login pages usually expose the strongest AOS signals.
- 2. PluginView reads only public responses (response headers, script sources, javascript globals) and scores them against the AOS signature set (7 rules).
- 3. Review the confidence score and text explanation for AOS on the results page.
06
FAQ: detecting AOS
- Can PluginView detect AOS without logging in?
- Yes. PluginView only reads publicly accessible responses when checking for AOS — typically response headers, script sources, javascript globals, dom selectors. It does not bypass authentication or paywalls.
- What category is AOS?
- AOS is classified under JavaScript libraries in the PluginView directory.
- How many fingerprint rules cover AOS?
- This reference currently tracks 7 fingerprint rules across response headers, script sources, javascript globals, dom selectors. Individual rule bodies are proprietary and are not published.
- What public signals suggest a site uses AOS?
- Illustrative public indicators for AOS include x-powered-by: AdministerAOS; unpkg.com/aos@/dist/aos.js; typo3conf/ext/udem_vendor/Resources/Public/aos-. A live scan may match additional proprietary rules beyond these examples.