Skip to content

Instantly share code, notes, and snippets.

@rosskarchner
Created February 24, 2014 16:00
Show Gist options
  • Save rosskarchner/9191085 to your computer and use it in GitHub Desktop.
Save rosskarchner/9191085 to your computer and use it in GitHub Desktop.
Declaring bookmark bankruptcy, I wanted to clear out my xmarks account. There's no built in way, but running this in the javascript console (while viewing my.xmarks.com) seems to work.
function start() {
Foxmarks.BookmarkManager.removeSelectedNode()
setTimeout(start, 2000);
}
start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment