react-obfuscate-text
v0.0.4
Published
React obfuscate text inspired by Facebook sponsored
Maintainers
Readme
Simple Obfuscate Text from Robots
Inspired by Facebook splitting the "Sponsored" text try bypass adblockers:

Instead of adblockers, I figured it could be a good way to make it a little bit harder for basic scrapers to obtain emails, and phone numbers on my website (without converting them to images).
Usage
npm install react-obfuscate-text --saveimport ObfuscateText from "react-obfuscate-text";
const MyComp = () => {
return <ObfuscateText text="[email protected]" />;
}