Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 876 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 876 Bytes

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.