
A Chrome extension that collects all JavaScript (.js
) links, form endpoints, and all other links from a webpage with a single click!
Open An Issue For Any Questions :)
- Collects all JavaScript (
.js
) links from any webpage - Extracts form endpoints (
<form action="...">
) - Finds all possible links from
href, src, data-src, action, poster, formaction
- Filter results in each section
- Copy All button for quick copying
- Download All as
.txt
(for endpoints/links) or.zip
(for JS files) - Works with both inline and external scripts
- Simple, lightweight, and privacy-focused
- No data collection or tracking
https://chromewebstore.google.com/detail/jsx-javascript-explorer/bgpcadogdkjlgohebmhdocbfdfmkikjd
- Download the Extension
git clone https://github.com/zebbern/JSX.git
- Follow the setup steps below.
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top right corner
- Click "Load unpacked"
- Select the directory containing the extension files
- Pin the extension (optional)
- Look for the JSX icon in your Chrome toolbar
- Click the extension to open the popup window

⇨ Extracting JavaScript Links, Endpoints, and All Links
- Click the JSX extension icon in the toolbar
- The extension will scan the current webpage and automatically extract:
- JavaScript (
.js
) links - Form Endpoints (
<form action>
values) - All possible links (from
href
,src
,action
, etc.)
- JavaScript (
⇨ Features in Each Section
- Filter results using the search input
- Copy All to quickly copy all collected items
- Download All as a
.txt
(for endpoints & links) or.zip
(for JS files)