Then something is being copied, even when nothing is selected. If it is like Safari then that could be an empty string -- so use that as your condition rather than CLIPBOARDSEED():
If that's the case you may not need the test at all. If the only difference in your two branches is the insertion or not of the copied web text then don't branch -- just insert the Named Clipboard, which will be either text or an empty string.
