Skip to content

Instantly share code, notes, and snippets.

@gurdiga
Created May 18, 2013 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gurdiga/5604291 to your computer and use it in GitHub Desktop.
Save gurdiga/5604291 to your computer and use it in GitHub Desktop.
Personalized Web Options ^https://www.google.com/bookmarks/mark
window.onload = function() {
setTimeout(function() {
console.log(document.forms.add_bkmk_form.annotation);
document.forms.add_bkmk_form.annotation.focus();
}, 100)
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment