Changed \
to /
in relative paths
All checks were successful
Node.js CI / build (push) Successful in 1m7s
All checks were successful
Node.js CI / build (push) Successful in 1m7s
This commit is contained in:
parent
1e9db93959
commit
2801153c38
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -1,6 +1,6 @@
|
||||||
# These are my **public** UserScripts.
|
# These are my **public** UserScripts.
|
||||||
|
|
||||||
## [free-porn.user.js](build\free-porn.user.js) <small>[(.min.js)](build\free-porn.min.user.js)</small>
|
## [free-porn.user.js](build/free-porn.user.js) <small>[(.min.js)](build/free-porn.min.user.js)</small>
|
||||||
|
|
||||||
This is a script which fetches and embeds all creators from coomer.su and kemono.su.
|
This is a script which fetches and embeds all creators from coomer.su and kemono.su.
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ Because no one wants porn on their monthly statement.
|
||||||
- `https://fansly.com/Morgpie/posts` => `https://coomer.su/fansly/user/286621667281612800`
|
- `https://fansly.com/Morgpie/posts` => `https://coomer.su/fansly/user/286621667281612800`
|
||||||
|
|
||||||
### Extras
|
### Extras
|
||||||
- [src\coomer.su.json](src\coomer.su.json) (contents of https://coomer.su/api/v1/creators.txt)
|
- [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/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.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)
|
- [src/kemono.su-modded.json](src/kemono.su-modded.json) (minimal variant)
|
Loading…
Reference in a new issue