diff --git a/assets/views/settings.jet.html b/assets/views/settings.jet.html index 63bec93..da70b5c 100644 --- a/assets/views/settings.jet.html +++ b/assets/views/settings.jet.html @@ -1,300 +1,332 @@ {{- 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. -

- -

Main settings

- - -
-
-
-
-
-
-

Login

-

Supported features (for now):

-
    -
  • Discovery page
  • -
  • Landing page
  • -
  • Like/Bookmark
  • -
-

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

-

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

-
-
- -
- -
-
-
-
-
-

Logout

-

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

-
- -
-
-
+
+
+
+
+

Settings

+
+

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

+ + -
-
-
-

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 and clicking 'Use - Custom Proxy'. -

-
-
-
- - + +
+ +
+
+
+

Login

- {{- range .WorkingProxyList }} -
- - +
+

Supported features (for now):

+
    +
  • Discovery page
  • +
  • Landing page
  • +
  • Like/Bookmark
  • +
+

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

+

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

+ +
+ +
+ +
- {{- end }} -
- See all built-in proxies - {{- range .ProxyList }} -
- - -
- {{- end }} -
- - -
-
- - -
- -
-
-
-
-
-

Open artworks in new tab

-
-
-
- - + +
+
+

Logout

-
- - +
+

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

+ + +
- - -
-
+
-
-
-

Artwork preview pop-ups

-

Require Javascript.

-
-
-
- - + +
+
+
+

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 and clicking 'Use + Custom Proxy'. +

+ +
+
+ + +
+ {{- range .WorkingProxyList }} +
+ + +
+ {{- end }} +
+
+
+
+

+ +

+
+
+ {{- range .ProxyList }} +
+ + +
+ {{- end }} +
+
+
+
+
+ + +
+
+ + +
+ +
- - -
-
-
-
-

Filter artworks

-

When submitted, unchecked options will be disabled and vice-versa.

-
-
- {{- hideR18 := CookieList["pixivfe-HideArtR18"] }} - {{- hideR18G := CookieList["pixivfe-HideArtR18G"] }} - {{- hideAI := CookieList["pixivfe-HideArtAI"] }} -
- - +
+
+

Open artworks in new tab

-
- - -
-
- - +
+ +
+
+ + +
+
+ + +
+
+ +
- - + +
+
+

Artwork preview pop-ups

+
+
+

Require Javascript.

+
+
+
+ + +
+
+ + +
+
+ + +
+
+ +
+
+
+ +
+
+

Filter artworks

+
+
+

When submitted, unchecked options will be disabled and vice-versa.

+
+ {{- hideR18 := CookieList["pixivfe-HideArtR18"] }} + {{- hideR18G := CookieList["pixivfe-HideArtR18G"] }} + {{- hideAI := CookieList["pixivfe-HideArtAI"] }} +
+
+ + +
+
+ + +
+
+ + +
+
+ +
+
+
+
+ + +
+
+
+

Font family

+
+
+
+
+
+ + +
+
+ + +
+
+ +
+
+
+ +
+
+

Force text orientation

+
+
+
+
+
+ + +
+
+ + +
+
+ + +
+
+ +
+
+
+ +
-
+
+
-
-
-
-

Font family

-
-
-
- - -
-
- - -
-
- -
-
+ +
+
+

Current cookie values

+
+
+

+ Please note that some cookies here such as ShowArtR18, + ShowArtR18G, and ShowArtAI are for features still under development. +

+ {{- range k, v := CookieList }} +
+

{{k}}

+
+
+ + +
+
+ +
+
+ {{- end }} +
+
-
-
-

Force text orientation

-
-
-
- - -
-
- - -
-
- - -
-
- -
+ +
+
+

Raw settings

+
+
+

+ You can save your current cookie values to quickly set your settings on other compatible instances, + or if the current instance's cookies went expired. +

+

Invalid values will be ignored.

+ +
+
+
-
+ + + +
+ +
- -
-
-

Cookie list

-

Please note that some cookies here such as ShowArtR18, ShowArtR18G, and ShowArtAI are for features still under development.

-
- - - - - - - - - - {{- range k, v := CookieList }} - - - - - - {{- end }} - -
Cookie NameCurrent ValueAction
{{k}} -
- - -
- - -
-
-
-
- -
-
-

Raw settings

-

- You can save your current cookie values to quickly set your settings on other compatible instances, - or if the current instance's cookies went expired. -

-

Invalid values will be ignored.

-
-
- -
- -
-
- -
-
-
-
- {{- end }}