Skip to content

Instantly share code, notes, and snippets.

@TheSkorm
Created March 10, 2014 10:41
Show Gist options
  • Select an option

  • Save TheSkorm/9462819 to your computer and use it in GitHub Desktop.

Select an option

Save TheSkorm/9462819 to your computer and use it in GitHub Desktop.
Export G+ hangouts to an IRC like log.
for (var i = 0; i < a.length; i++){b = a[i]; if (b.className=="aO1"){name=b.innerText;} if (b.className=="aOT"){ c = c + "\n" +b.getElementsByClassName("aSy")[0].textContent + " <" + name + "> " + b.innerText } }
@TheSkorm
Copy link
Author

Used on the archive page of gmail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment