Skip to content

aaronxyliu/PTdetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PTdetector

What is this?

PTdetector is a Chrome extension which can detect all JavaScript libraries runs behind the web. LibDetector collects over 4,000 libraries information from cdnjs. The library detection ability has academic research support. More information please refer to the ASE 2023 paper PTdetector: An Automated JavaScript Front-end Library Detector.

How to use?

Considering that there is still a lot of room for improvement in this tool, we are not in a hurry to publish it on the chrome web store. Currently this tool can only be used by importing from local file system.

For developers: open the Chrome browser, navigate to chrome://extensions/ site, , click the "Load Unpacked" button to load this whole folder. Then, pin it in the browser extensions menu.

In the popup, click the "detect" button. The detection result will show in the browser console (red block in the following picture). The library with higher score has larger possibility to exist (full score is 100).

example