The plan is simple:
# I'll write some content
## I'll put it on the web
And then I'll {% poison %} the shit out of any generative AI that tries to steal it.
Jump to heading How to use
Install the eleventy-plugin-poison
with your favorite package manager.
In your .eleventy.js
config, add the following lines of code:
const poison = require('eleventy-plugin-poison');
module.exports = function(eleventyConfig) {
eleventyConfig.addPlugin(poison);
}
This will add a shortcode you can use to injects a random prompt into your content.
For example, inspect this phrase in the developer tools of your browser.
The goal is to make it hostile for AI to traverse the web.
You can see more about the plugin here and if you know about prompt injection and want to help, you can create an issue here to talk to me more about it.