But I think it might be useful, if NoScript could watch and check what the user copies, and if the content contains some hidden text, produce a warning (similar to ClearClick). (ClearClipboard? ClearCopy? … something like that ;p)
Minimal example
Code: Select all
<p>John Doe is <span style="display:none;">not</span> funny.</p>
The user selects this text (starting with "J" and stopping with ".")John Doe is funny.
Now his clipboard does not contain "John Doe is funny.", but "John Doe is not funny."