Created
February 24, 2014 16:00
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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