{{- extends "layout/default" }} {{- block body() }}

Settings

PixivFE uses cookies to store your preferences, which you can change on this page to customize your experience on this instance.

Account

Log in

Log in with your Pixiv account's cookie to access the features below. To learn how to obtain your cookie, please see the guide on obtaining your PixivFE token.

Supported features (for now):

  • Discovery page
  • Landing page
  • Like/Bookmark

Cookies will be saved on your browser, and will expire after a fixed period of time.

The underscore separates your member ID (left side) from a random string (right side).

Log out

To securely end your session, click the 'Log out!' button. This will immediately remove your session token.

Site

Image proxy server

Choose how images are loaded in PixivFE by selecting either the built-in proxy or one of the provided external proxy servers.

If you prefer, you can also specify a custom proxy server by entering its URL manually.

{* TODO: there's probably a better way of doing this *} {{ a, _ := CookieList["pixivfe-ImageProxy"] }} {{- if a != "" -}} {{- else }} {{ end -}}
The image proxy server currently set.
Choose a proxy server to load images through.
Enable this to display all available proxy servers, including those that may not be currently working.
{{ if .ProxyCheckEnabled == false }} {{- else -}}

This PixivFE instance has been configured to check the list of built-in image proxies every {{ .ProxyCheckInterval }}.

Image proxies that fail this check will not be shown unless "Show all proxy servers" is enabled.

{{- end -}}
Enter the URL of a custom proxy server if you wish to use one not listed above.

Filter artworks

Toggle the switches below to hide specific types of content. Disabled switches will allow the content to be shown.

{{- hideR18 := CookieList["pixivfe-HideArtR18"] }} {{- hideR18G := CookieList["pixivfe-HideArtR18G"] }} {{- hideAI := CookieList["pixivfe-HideArtAI"] }}
Hides artwork tagged as R18. This includes sexually explicit material suitable for adults (entry on pixiv Encyclopedia).
Hides artwork tagged as R18G. This includes extremely graphic or violent material (entry on pixiv Encyclopedia).
Hides artwork that has been tagged as AI-generated. This helps focus on human-created content.

Open artworks in new tab

Choose whether clicking on artwork thumbnails opens the full artwork in the same tab or a new tab.

{{- ttntValue := CookieList["pixivfe-ThumbnailToNewTab"] }}
When enabled, clicking on artwork thumbnails will open the full artwork in a new browser tab.

Artwork preview pop-ups {{- artworkPreviewValue := CookieList["pixivfe-ArtworkPreview"] }}

Configure how artwork previews are displayed when interacting with thumbnails.

Open the previewer when you click into the thumbnails. This allows for quick previews without leaving the current page.
Add a button at the bottom-right of the thumbnails and open the previewer when you click into it. This provides more control over when previews are shown.
No previewing. Clicking on thumbnails will directly open the full artwork page.

Novels

Font family {{- novelFontTypeValue := CookieList["pixivfe-NovelFontType"] }}

Choose the font style for displaying novels. This affects the readability and aesthetic of the text.

A serif font style that resembles traditional Japanese printing. It's often used for formal or literary content, providing a classic and elegant look.
A sans-serif font style that's clean and modern. It's commonly used for easy readability on digital screens, offering a contemporary appearance.

Mincho

吾輩は猫である。名前はまだ無い。どこで生れたかとんと見当がつかぬ。何でも薄暗いじめじめした所でニャーニャー泣いていた事だけは記憶している。吾輩はここで始めて人間というものを見た。

Gothic

吾輩は猫である。名前はまだ無い。どこで生れたかとんと見当がつかぬ。何でも薄暗いじめじめした所でニャーニャー泣いていた事だけは記憶している。吾輩はここで始めて人間というものを見た。


Force text orientation {{- novelViewModeValue := CookieList["pixivfe-NovelViewMode"] }}

Set the text orientation for novels. This affects how the text is displayed and read on the page.

Forces the text to be displayed horizontally, left-to-right. This is common for most languages and easier to read on smaller screens or for those more accustomed to Western text layouts.
Forces the text to be displayed vertically, top-to-bottom and right-to-left. This is traditional for some East Asian languages and can provide a unique reading experience, especially for longer texts.
Uses the original text orientation as set by the author on Pixiv. This is the default option and respects the intended layout of the novel.

Cookies

This section allows you to directly manage PixivFE's cookie-based preferences. Intended for advanced users who understand the implications of changing these values.

Cookie values

View and edit individual cookie values. This is useful for fine-tuning specific preferences or troubleshooting issues.

{{- range CookieListOrdered }}

{{ .k }}

{{- end }}

Raw settings

This area displays all your current cookie values in a raw format. You can:

  • Copy these settings to quickly configure another PixivFE instance
  • Restore your settings if the current instance's cookies have expired
  • Make bulk changes to multiple preferences at once

When importing settings, any invalid or unrecognized values will be ignored to prevent configuration errors.

Applies the raw settings entered above. This action will overwrite your current configuration with the provided values.

Reset

Reset all preferences

You can reset all cookies and use PixivFE's default preferences instead. This action will remove all customized settings.

This action will reset all your preferences to default values. It cannot be undone.
{{- end }}