stephanmahieu / formhistorycontrol-2

A browser Add-On to View and Manage form history entries (adaptation of v1 for web-extension and e10s)
https://stephanmahieu.github.io/fhc-home
MIT License
50 stars 13 forks source link

Formhistorycontrol shows text but copies text with HTML from tweets. #155

Closed victor-50 closed 11 months ago

victor-50 commented 1 year ago

When you hover over an entry from a tweet-form you see the text you entered. When you copy and paste the text a lot of html code is included (is this a bug or feature request? :-) ) I copied the text with html here, but it shows text only, so I attached the text with code.

A must-read on the replacement of human society by a transhumanist elite and AI. @cor
"Increasingly the very idea of family is under assault, particularly from universities and media that openly criticize monogamy and the nuclear family"

https://www.zerohedge.com/technology/woe-humanity-how-ai-fits-broadly-rising-anti-humanism

tmp.txt

stephanmahieu commented 11 months ago

Basically this extensions tries to find editable html elements on a page where content changes when the user types some text. The text may be displayed with formatting like bold or italic managed by javascriptr on that page and can be considered as a kind of wysiwyg editor. The "text" content of such html elements may therefore contain html tags managed by javascript on that page. The Formhistorycontrol extension has no knowledge of how the content is manipulated, it simply records the changes which may include html tags.

To answer your question, this is neither a bug nor a feature. Unfortunately there is nothing much we can do about that.