Earlier quoted context omitted.
Yep, really all it does is change the font! And blur images that have alt texts, which supposedly can also be reversible. Probably best not to use it for classified government docs :)
In FireFox people can get a similar effect with F12 -> Style Editor -> * {font-family:wingdings !important;} Or in Chrome, F12 -> Elements -> Styles on the right -> Fight with Chrome's interface.
Show HN: Firefox extension to obfuscate web page text
31–40 of 91 posts
Re: Show HN: Firefox extension to obfuscate web page text
#32Obfuscation with blur is trivial to reverse these days. Always block out leaving no pixels with which to reconstruct. https://news.ycombinator.com/item?id=4679801 https://github.com/bishopfox/unredacter
The OP's extension doesn't seem to blur things, but actually transform them into solid lines which would be impossible to reverse, the only information that is left is the relative length of the words.
Re: Show HN: Firefox extension to obfuscate web page text
#33This technique is also known as Greeking. https://en.wikipedia.org/wiki/Greeking#In_computing > The term "greeking" was applied by various WYSIWYG editors of the 1980s, such as ApplixWare and Island Graphics. Greeking referred to the substitution of text with a placeholder gray bar upon moving out of focus.
I wish I'd known that; could have come up with a better name. Fun fact though.
Re: Show HN: Firefox extension to obfuscate web page text
#34Earlier quoted context omitted.
In FireFox people can get a similar effect with F12 -> Style Editor -> * {font-family:wingdings !important;} Or in Chrome, F12 -> Elements -> Styles on the right -> Fight with Chrome's interface.
Surely wingdings are reversible?
Re: Show HN: Firefox extension to obfuscate web page text
#35Re: Show HN: Firefox extension to obfuscate web page text
#36No chrome?
Having everything be Chrome-first (and, often, Chrome-only) is how we got here in the first place. <3 to the OP for focusing on Firefox first, and putting a pebble on the right side of the scale!
Re: Show HN: Firefox extension to obfuscate web page text
#37The effect is really neat, but I would never use this for any reason. I see that there are a ton of people on that Twitter thread who love this. Good for them!
Re: Show HN: Firefox extension to obfuscate web page text
#38Re: Show HN: Firefox extension to obfuscate web page text
#39This is really nice! May I suggest an option to "deobfuscate" certain parts of the web page? For example, after you obfuscate the page with alt+shift+O, then you could click on some parts of the page to de-obfuscate them. Sometimes you want to hide only certain parts of the page while keeping others untouched (page headers/footers, titles, etc.).
Re: Show HN: Firefox extension to obfuscate web page text
#40Nice idea! Looks like spaces are preserved, and the bar lengths seem to match the world length. Is that the case? I didn't measure it precisely and didn't check the source code. If so you might want to add some random noise. Sometimes it might be possible to reconstruct parts of the text just based on the word lengths.
And the blur for images isn't great. It may be better to just use a black box there. Or maybe pick a single colour from the image or something like that.