I would like to use Quicksilver to trigger bookmarklets in firefox.
Although I see the bookmarks in the catalog, the bookmarklets do not
show up (is it because they are in the bookmark toolbar?). I see that
there is a Run Javascript action - but when I enter the javascript in
the first pane, I cannot get the Run Javascript action in the second
one.
FYI, the javascript I am trying to run is for the tidyread bookmarklet
javascript:(function(){var%20s=document.createElement(%22scr%22+%22ipt
%22);s.charset=%22UTF-8%22;s.language=%22javascr%22+%22ipt%22;s.type=
%22text/javascr%22+%22ipt%22;s.src=%22http://www.tidyread.com/
tidyread.js%22;document.body.appendChild(s)})();
Thanks for your help
LF