diff --git a/README.md b/README.md new file mode 100644 index 0000000..d1e136f --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# These are my **public** UserScripts. + +## [free-porn.user.js](build\free-porn.user.js) [(.min.js)](build\free-porn.min.user.js) + +This is a script which fetches and embeds all creators from coomer.su and kemono.su. + +It will detect if a creator is on one of those sources, if it is, it offers to redirect. + +Because no one wants porn on their monthly statement. + +### Examples +![OnlyFans - belledelphine screenshot](image.png) +- `https://onlyfans.com/belledelphine` => `https://coomer.su/onlyfans/user/belledelphine` +- `https://fansly.com/Morgpie/posts` => `https://coomer.su/fansly/user/286621667281612800` + +### Extras +- [src\coomer.su.json](src\coomer.su.json) (contents of https://coomer.su/api/v1/creators.txt) +- [src\coomer.su-modded.json](src\coomer.su-modded.json) (minimal variant) +- [src\kemono.su.json](src\kemono.su.json) (contents of https://kemono.su/api/v1/creators.txt) +- [src\kemono.su-modded.json](src\kemono.su-modded.json) (minimal variant) \ No newline at end of file diff --git a/image.png b/image.png new file mode 100644 index 0000000..cebbf79 Binary files /dev/null and b/image.png differ