An open API service indexing awesome lists of open source software.

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

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:
![image](https://user-images.githubusercontent.com/45497981/200848153-448b492f-5827-4491-aeeb-49bd94dc0cf4.png)

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