https://github.com/jonluca/window-differ
Finds unique global variables on a given window
https://github.com/jonluca/window-differ
Last synced: 8 months ago
JSON representation
Finds unique global variables on a given window
- Host: GitHub
- URL: https://github.com/jonluca/window-differ
- Owner: jonluca
- License: mit
- Created: 2019-04-01T02:36:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T03:27:28.000Z (about 7 years ago)
- Last Synced: 2025-02-10T07:30:05.158Z (over 1 year ago)
- Language: JavaScript
- Size: 67.4 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Window-Differ
Deployed on the Chrome Web Store [here](https://chrome.google.com/webstore/detail/hdpnogmdpaabnpjkngobfggmgmjmeeko).
Code that goes along with [this article](https://blog.jonlu.ca/posts/window-vars). Window Differ is a chrome extension that compares the global variables of any given webpage to the default Chrome ones, and shows any differences or additions between them.
### Libraries
* [object-hash](https://www.npmjs.com/package/object-hash)