Here's a bookmarklet that'll pop the current search results page's URL open in one of those annoying little JS prompt dialogs.
Show URL
Drag it to your bookmarks bar and click when needed.
The code in a nutshell:
window.prompt('Copy to the pasteboard then hit OK', location.href);
Context: Copying Search URLs from Safari by Brent Simmons