Skip to content
/ JSX Public

🕵️‍♂️ | A Chrome extension that collects all JavaScript (.js) links, form endpoints, and all other links from a webpage with a single click!

License

Notifications You must be signed in to change notification settings

zebbern/JSX

Repository files navigation

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 :)


Features

  • 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

Installation

From Chrome Extention

https://chromewebstore.google.com/detail/jsx-javascript-explorer/bgpcadogdkjlgohebmhdocbfdfmkikjd

Manual Installation

  1. Download the Extension
    git clone https://github.com/zebbern/JSX.git
    
  2. Follow the setup steps below.

Setup

⇨ Loading in Chrome

  1. Open Chrome and navigate to chrome://extensions/
  2. Enable "Developer mode" in the top right corner
  3. Click "Load unpacked"
  4. Select the directory containing the extension files
  5. Pin the extension (optional)

⇨ Verify Installation

  • Look for the JSX icon in your Chrome toolbar
  • Click the extension to open the popup window


Usage

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.)

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)

About

🕵️‍♂️ | A Chrome extension that collects all JavaScript (.js) links, form endpoints, and all other links from a webpage with a single click!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published