Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

injecting log to any javascript function #51

Open
wants to merge 10 commits into
base: master
from

ReadMe to explain how to use the log injection

  • Loading branch information
dhewzulla committed Nov 8, 2017
commit 7bcf0f50b7d36927a631e16ea78040913b266d27
@@ -182,6 +182,6 @@ and if the returned value from the localStorage is "dilshat"
then injected code executes the following:
```Javascript
_LTracker.push({
LocalStorageLog:{input:"username", output:"dilshat}
LocalStorageLog:{input:"username", output:"dilshat"}
})
```
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.