I don't know what the status of bookmarklets in gmarks is - but how
about if gmarks enabled bookmarklets via a google search (or something
better) and a very simple (just a few lines) greasemonkey script?

The problem with my idea is that a google search has to be done before
the bookmarklet runs. I can't think of a way to avoid that.

The key concept is to make the bookmarklet - from a google bookmarks
stand point - 100% ordinary. It's the greasemonkey script that
converts it into a bookmarklet. And the script allows bookmarklets to
be enabled/disabled easily.

example

1
bookmarklet
javascript:alert("test");

2
a bookmark to run the bookmarklet (num / suggon / safe ) exist in this
example
http://www.google.com/search?aq=f&num=100&hl=en&lr=&suggon=0&safe=off&as_qdr=all&q=javascript%3Aalert(%22test%22)%3B&btnG=Search

3
And the greasemonkey script converts any google search starting with
"javascript:" into a bookmarklet.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GMarks" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/GMarks?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to