There have been cases where people get targeted with screenshots showing text they never wrote, where the text has been altered using the web console of a browser. To make such manipulation of text from a web page detectable, MoeNavigator should alter the text colour by adding or substracting 1 from the colour components:
If a component of the text colour has a value greater or equal than 128, the new component value shall be decremented by one.
If a component of the text colour has a value less than 128, the new component value shall be incremented by one.
The changen in colour is probably not noticeable by humans, but if you analyse a screenshot that is made after changing text, you can spot the difference in the altered text using a colour picker.
This can be implemented after the work on #9 is finished.
There have been cases where people get targeted with screenshots showing text they never wrote, where the text has been altered using the web console of a browser. To make such manipulation of text from a web page detectable, MoeNavigator should alter the text colour by adding or substracting 1 from the colour components:
- If a component of the text colour has a value greater or equal than 128, the new component value shall be decremented by one.
- If a component of the text colour has a value less than 128, the new component value shall be incremented by one.
The changen in colour is probably not noticeable by humans, but if you analyse a screenshot that is made after changing text, you can spot the difference in the altered text using a colour picker.
This can be implemented after the work on #9 is finished.
ncc1988
changed title from Make text altered via the web console detectable to Make text that has been altered via the web console detectable10 months ago
There have been cases where people get targeted with screenshots showing text they never wrote, where the text has been altered using the web console of a browser. To make such manipulation of text from a web page detectable, MoeNavigator should alter the text colour by adding or substracting 1 from the colour components:
The changen in colour is probably not noticeable by humans, but if you analyse a screenshot that is made after changing text, you can spot the difference in the altered text using a colour picker.
This can be implemented after the work on #9 is finished.
Make text altered via the web console detectableto Make text that has been altered via the web console detectable 10 months ago