https://github.com/vendicated/webpackgrabber
A User script to grab and search webpack modules on any sites using webpack (Discord, Spotify, Twitch, Twitter...)
https://github.com/vendicated/webpackgrabber
Last synced: 3 months ago
JSON representation
A User script to grab and search webpack modules on any sites using webpack (Discord, Spotify, Twitch, Twitter...)
- Host: GitHub
- URL: https://github.com/vendicated/webpackgrabber
- Owner: Vendicated
- License: gpl-3.0
- Created: 2022-11-09T13:48:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T19:02:53.000Z (over 2 years ago)
- Last Synced: 2025-04-06T17:52:31.075Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 39
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebpackGrabber
A Userscript to grab the webpack instance on any site that uses webpack.
Works on Discord, Spotify, Github, Twitter, Twitch, Netflix and so many more
If found, window.WEBPACK_GRABBER will be defined with the following methods:

Offers methods to find modules by props, name, displayName or code and to find module ids by source code.
Also accounts for mangled ("obfuscated") exports.
## Installation
- Install a Userscript manager, I recommend [ViolentMonkey](https://violentmonkey.github.io/)
- [Download the UserScript](https://github.com/Vendicated/WebpackGrabber/raw/main/WebpackGrabber.user.js) - Your UserScript manager should automatically prompt to install it, if not, just import it manually