Skip to content

A Go script for rapid and accurate downloading of debugging sources equivalent to those presented by Google Web browsers.

Notifications You must be signed in to change notification settings

Yasha-ops/jsmole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSMole - Download Google Debugger Source locally

Description

JsMole is a Go script designed to rapidly and faithfully download debugging sources equivalent to those presented by Google Web browsers (such as Chrome or Chromium).

Features

  • Fast Download: Utilizes advanced techniques to accelerate the download of debugging sources.
  • Fidelity to Original: Downloaded files are identical to the sources presented by Google Web browsers.
  • Easy to Use: Simple and intuitive command-line interface.

Installation

Ensure you have Go installed on your system. If not, you can download and install it from golang.org. Clone this GitHub repository into your local directory:

❯ git clone https://github.com/your-username/jsmole.git
❯ cd jsmole

Compile the Go script:

go build

Usage

Use the command-line script with the link of the target website to download:

❯ ./jsmole -u https://target.com

Help usage:

❯ ./jsmole -h
NAME:
   jsmole - Google debugger but locally

USAGE:
   jsmole [global options] command [command options]

COMMANDS:
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --url value, -u value     Website's url to be scanned
   --output value, -o value  Output folder to be selected (default: "./output")
   --help, -h                show help

Disclaimer

This script is intended to be used ethically and legally. Make sure you have the necessary permissions to download debugging sources from the provided links.

Contributions

Contributions in the form of pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

About

A Go script for rapid and accurate downloading of debugging sources equivalent to those presented by Google Web browsers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages