Bookmarklet for Safari, firefox and chrome

Any idea how to implement a bookmarklet for the above Browser?
The old one did not work any longer.

Best Thomas

2 Likes

Mine, created for Omnifocus version 1, still works fine:

javascript:window.location='omnifocus:///add?note='+encodeURIComponent(window.location)+'&name='+encodeURIComponent(document.title)

Thanks, it works!