mozilla / overscripted

Repository for the Mozilla Overscripted Data Mining Challenge
Mozilla Public License 2.0
74 stars 53 forks source link

Function to get calls to local storage issue35 [WIP] #96

Closed KingCyrus closed 5 years ago

KingCyrus commented 5 years ago

Concerning Issue #35, I did a function to show rows in the dataset where calls to locaStorage APIs were made. These storages include:

  1. window.document.cookie
  2. window.localStorage
  3. window.sessionStorage
birdsarah commented 5 years ago

@KingCyrus you appear to have checked in the parquet dataset.

I would strongly prefer not to review the PR in this state, and the PR will not be mergeable with this commit in the git history. Please remove it.

Because working with git histories can be very painful (sigh), the quickest thing is probably to open a new branch from your master and just copy across your analysis documents into it.

Many thanks!

birdsarah commented 5 years ago

Closing. Replaced by #99