johnmichel / Library-Detector-for-Chrome

🔍 Extension that detects which JavaScript libraries are running on a page
https://chrome.google.com/webstore/detail/cgaocdmhkmfnkdkbnckgmpopcbpaaejo
MIT License
658 stars 112 forks source link

Support for Svelte #207

Closed benmccann closed 3 months ago

benmccann commented 5 months ago

You can look Svelte generated classes like class="svelte-1lhqr8x" as well as looking for the window.__svelte. While these are both typically present, neither are guaranteed to be present, so it's probably worth checking for both.

Here's the wappalyzer detection: https://github.com/dochne/wappalyzer/blob/471c2fb0b093973c098bd1855b89c8cde4997479/src/technologies/s.json#L6929