elbae / JSWrapper

Disable some JavaScript methods (i.e. window.eval) and properties accesses ( i.e. cookie read/write). Attempts to Safe login and registration by blocking external requests. Gives feedback to user about page's attempts to execute document.cookie and window.eval.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSWrapper

A Chrome extension -> check this Wiki

Disable some JavaScript methods (i.e. window.eval) and properties accesses ( i.e. cookie read/write). Attempts to Safe login and registration by blocking external requests. Gives feedback to user about page's attempts to execute document.cookie and window.eval.

Load and test the extension:

  1. Visit chrome://extensions in your browser.
  2. Ensure that the Developer mode checkbox in the top right-hand corner is checked.
  3. Click Load unpacked extension… to pop up a file-selection dialog.
  4. Navigate to the directory in which your extension files live, and select it.
  5. Enable the extension.

In chrome://extensions is possible to open the console page for the background script.

About

Disable some JavaScript methods (i.e. window.eval) and properties accesses ( i.e. cookie read/write). Attempts to Safe login and registration by blocking external requests. Gives feedback to user about page's attempts to execute document.cookie and window.eval.

License:GNU General Public License v3.0


Languages

Language:JavaScript 88.8%Language:HTML 8.3%Language:CSS 2.9%