react-obfuscate-text
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

Simple Obfuscate Text from Robots

Inspired by Facebook splitting the "Sponsored" text try bypass adblockers: Facebook Sponsored

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 --save
import ObfuscateText from "react-obfuscate-text";

const MyComp = () => {
  return <ObfuscateText text="this@is.email" />;
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    2
  • 0.0.3
    1

Package Sidebar

Install

npm i react-obfuscate-text

Weekly Downloads

3

Version

0.0.4

License

MIT

Unpacked Size

280 kB

Total Files

13

Last publish

Collaborators

  • contagious06