js-tracker
A chrome extension tracks front-end JavaScript that uses DOM / jQuery APIs to manipulate html dom elements (e.g., change style, attach event listener) at runtime.
File Explorer
Download Latest Version (.zip)- appicon-128.png
- appicon-16.png
- appicon-48.png
- benchmark.js
- config.js
- configFactory.js
- extension.js
- modules.js
- tracker.js
- ESTreeNodeFinder.ts
- ActionRecordStore.d.ts
- ContentscriptHelpers.d.ts
- DevtoolHelpers.d.ts
- DisplayMessages.d.ts
- ActionRecordStore.ts
- RecordStoreMessages.d.ts
- RecordStoreActions.ts
- index.css
- index.html
- index.ts
- SidebarFilter.tsx
- SidebarList.tsx
- SidebarRoot.tsx
- background.ts
- contentscript.ts
- contentscriptHelpers.ts
- devtool.html
- devtool.ts
- devtoolHelpers.ts
- StaticFilesPacker.ts
- utils.ts
- snapshottify.ts
- ActionData.d.ts
- ActionTarget.d.ts
- ActionMap.ts
- ActionRecorder.ts
- ActionRecorderBrokers.ts
- ActionTagMap.ts
- Anomalies.ts
- NativeUtils.ts
- Owner.ts
- OwnerManager.ts
- ShadowElement.ts
- Symbols.ts
- TrackIDFactory.ts
- ActionType.d.ts
- SourceLocation.d.ts
- TrackID.d.ts
- ActionType.ts
- SourceLocation.ts
- index.ts
- tracker.ts
- trackerHelpers.ts
- index.ts
- tracker.ts
- trackerHelpers.ts
- utils.ts
- index.ts
- ESTreeNodeFinder.ts
- ActionRecordStore.ts
- SidebarFilter.ts
- SidebarList.ts
- SidebarRoot.ts
- wrapperFactory.ts
- contentscript.ts
- contentscriptHelpers.ts
- devtool.ts
- devtoolHelpers.ts
- ActionMap.ts
- __init__.ts
- compatibility.ts
- dom.ts
- jquery.ts
- jqueryHook.ts
- utils.ts
- actions.ts
- script.html
- script.js
- script.min.html
- compiler.js
- config.js
- .gitignore
- .travis.yml
- Gruntfile.js
- LICENSE
- manifest.json
- package.json
- README.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/pilagod/js-tracker
Downloads the entire project code from GitHub to your computer.
cd js-tracker
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
