mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
Copy editing
This commit is contained in:
@@ -11,9 +11,9 @@ A privacy-respecting alternative front-end for Pixiv that doesn't suck.
|
||||

|
||||
[](https://goreportcard.com/report/codeberg.org/vnpower/pixivfe)
|
||||
|
||||
Questions? Feedback? You can [PM me](https://matrix.to/#/@vnpower:eientei.org) on Matrix! You can also look in [Known Quirks Of PixivFE](doc/Quirks.md) to see if your issue already has a known solution.
|
||||
Questions? Feedback? You can [PM me](https://matrix.to/#/@vnpower:eientei.org) on Matrix! You can also see the [Known quirks](doc/Quirks.md) page to check if your issue has a known solution.
|
||||
|
||||
You can keep track of this project's development [here](doc/dev/Things-to-do.md).
|
||||
You can keep track of this project's development using the [roadmap](doc/dev/general.md).
|
||||
|
||||
## Features
|
||||
|
||||
@@ -27,7 +27,7 @@ You can keep track of this project's development [here](doc/dev/Things-to-do.md)
|
||||
You can use PixivFE for personal use! Assuming that you use an operating system that can run POSIX shell scripts, install `go`, clone this repository, modify the `run.sh` file, and profit!
|
||||
I recommend self-hosting your own instance for personal use, instead of relying entirely on official instances.
|
||||
|
||||
[How to host PixivFE using Docker, or Caddy](doc/Hosting.md)
|
||||
To deploy PixivFE using Docker or the compiled binary, see the [Hosting PixivFE](doc/Hosting.md) wiki page. A guide on [hosting a Pixiv image proxy](doc/Hosting-an-image-proxy-server-for-Pixiv.md) is also available if you don't want to use a public one.
|
||||
|
||||
## Development
|
||||
|
||||
@@ -52,18 +52,16 @@ PIXIVFE_DEV=1 <other_environment_variables> go run .
|
||||
|
||||
## Instances
|
||||
|
||||
| Name | URL | Country | Cloudflare? | [Mozilla Observatory](https://observatory.mozilla.org/faq/) grade | Uptime |
|
||||
| ------------------ | ---------------------------- | ------- | ----------- | -------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| exozyme (Official) | https://pixivfe.exozy.me | US | No |  |   |
|
||||
| dragongoose | https://pixivfe.drgns.space | US | No |  |   |
|
||||
| ducks.party | https://pixivfe.ducks.party | NL | No |  |   |
|
||||
| perennialte.ch | https://pixiv.perennialte.ch | AU | No |  |   |
|
||||
| Name | URL | Country | Cloudflare usage | [Mozilla Observatory](https://observatory.mozilla.org/faq/) grade | Uptime |
|
||||
| ------------------ | ---------------------------- | ------- | ---------------- | -------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| exozyme (Official) | https://pixivfe.exozy.me | US | No |  |   |
|
||||
| dragongoose | https://pixivfe.drgns.space | US | No |  |   |
|
||||
| ducks.party | https://pixivfe.ducks.party | NL | No |  |   |
|
||||
| perennialte.ch | https://pixiv.perennialte.ch | AU | No |  |   |
|
||||
|
||||
For information on instance uptime, see the [PixivFE instance status page](https://stats.uptimerobot.com/FbEGewWlbX).
|
||||
For more information on instance uptime, see the [PixivFE instance status page](https://stats.uptimerobot.com/FbEGewWlbX).
|
||||
|
||||
[How to host a Pixiv image proxy](doc/Hosting-an-image-proxy-server-for-Pixiv.md)
|
||||
|
||||
Hosted one yourself? Create a pull request to add it here!
|
||||
If you are hosting your own instance, you can create a pull request to add it here!
|
||||
|
||||
## License & Attributions
|
||||
|
||||
|
||||
+3
-5
@@ -1,9 +1,7 @@
|
||||
# Known Quicks Of PixivFE
|
||||
# Known quirks
|
||||
|
||||
## Why don't my userstyles work?
|
||||
## Why aren't my userstyles working?
|
||||
|
||||
Origin: https://codeberg.org/VnPower/PixivFE/pulls/62#issuecomment-1568191
|
||||
|
||||
This website uses <abbr title="Content Security Policy">CSP</abbr>, which blocks the loading of inline styles. In the case of Stylus, you need to enable **Advanced > Circumvent CSP 'style-src' via adoptedStyleSheets** in Stylus Options.
|
||||
|
||||
Reference: https://github.com/openstyles/stylus/issues/1685
|
||||
PixivFE implements a strong [Content-Security-Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy) that prevents inline styles from being loaded. If you're using Stylus, you need to enable **Advanced > Circumvent CSP 'style-src' via adoptedStyleSheets** in Stylus Options (see [issue #1685](https://github.com/openstyles/stylus/issues/1685) on the Stylus GitHub repository).
|
||||
|
||||
Reference in New Issue
Block a user