mirror of
https://github.com/velocitatem/garlic.git
synced 2026-05-31 08:43:36 +00:00
28 lines
418 B
Markdown
28 lines
418 B
Markdown
# Garlic 🧄🧛
|
|
|
|
Garlic is a simple, fast and secure way to protect your website from being scraped by bots.
|
|
|
|
## What
|
|
|
|
You write your code and text as you would any other day, just let garlic protect your content from scraping.
|
|
|
|
1. You write:
|
|
|
|
```html
|
|
<p>
|
|
This is a test piece of text.
|
|
</p>
|
|
```
|
|
|
|
2. The scraper will see:
|
|
|
|

|
|
|
|
|
|
3. But the user will see:
|
|
|
|
|
|

|
|
|
|
# Why?
|