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

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

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)