Skip to content

Instantly share code, notes, and snippets.

@prenagha
Last active December 15, 2015 03:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prenagha/5197889 to your computer and use it in GitHub Desktop.
Save prenagha/5197889 to your computer and use it in GitHub Desktop.
Google Voice Delete All History
Google Voice provides no easy way to clear your history.
Here is how I did it.
1) Get the Fake app http://fakeapp.com
It lets you write scripts to automate Safari
2) Create a workflow in Fake that has the following steps
Load URL, https://www.google.com/voice/#history
Assert Condition, page title equals : Google Voice - History
Repeat, while contains text : 1-10 of
Click HTML Element, for CSS : .jfk-checkbox-checkmark
Click HTML Element, with text : Delete
End Repeat
Play Sound, Hero
Image of the Fake Workflow
https://dl.dropbox.com/u/1094926/delete-google-voice-history-fake-workflow.png
Complete Fake Workflow (does history, spam, and trash folders)
https://dl.dropbox.com/u/1094926/DeleteGoogleVoiceHistory.fakeworkflow
@derrickburns
Copy link

Awesome!

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