diff --git a/assets/views/settings.jet.html b/assets/views/settings.jet.html index 00c5ce0..40aaf16 100644 --- a/assets/views/settings.jet.html +++ b/assets/views/settings.jet.html @@ -1,4 +1,5 @@ -{{- extends "layout/default" }} {{- block body() }} +{{- extends "layout/default" }} +{{- block body() }}

Settings

@@ -29,346 +30,332 @@
-
    -

    Account

    +

    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.

    -
    - -
    -
    -
  • -
+
+ 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

    +

    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.

    -
    -
    - - - {{ 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

    -

    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.
    +

    All image proxies will be shown by default, regardless of their actual state.

    +
    + {{- 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).
    -
    - - -
    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.
    +
    +
    + + +
    + Hides artwork tagged as R18G. This includes extremely graphic or violent material (entry on pixiv Encyclopedia).
    -
    - - -
    No previewing. Clicking on thumbnails will directly open the full artwork page.
    -
    - - -
    -
  • -
+
+
+ + +
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 +

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

    +

    Novels

    -
  • -

    Font family

    -

    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.
    -
    +
    + Font family +

    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

    -

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

    -
    +
    +
    +

    + +

    + +
    +
    +
    +
    +

    Mincho

    +

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

    +
    +
    +

    Gothic

    +

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

    +
    - - -
    -
  • + + +
    + -
  • -

    Force text orientation

    -

    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.
    -
    - -
    -
    -
  • -
+
+ +
+ Force text orientation +

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.

    - +

    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 }}

    +
    + Cookie values +

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

    + {{- range CookieListOrdered }} +
    +

    {{ .k }}

    -
    - - - - +
    + +
    +
    - {{- end }} -
  • + + +
+ {{- 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.
    -
    -
    -
  • - +
    + +
    + 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. +
    +
    +
    +
    diff --git a/i18n/locale/en/template.json b/i18n/locale/en/template.json index 75605f4..7955314 100644 --- a/i18n/locale/en/template.json +++ b/i18n/locale/en/template.json @@ -335,17 +335,17 @@ "assets/views/settings.jet.html:0j24jZSabME": "Cookies", "assets/views/settings.jet.html:13n5Qujsem8": "Choose a proxy server to load images through.", "assets/views/settings.jet.html:1b2jii-a1Og": "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.", + "assets/views/settings.jet.html:1cLfPHY51s8": "Artwork preview pop-ups", "assets/views/settings.jet.html:2VDi5AduL6o": "PixivFE token", "assets/views/settings.jet.html:3shy3hXqe0E": "Typeface samples", "assets/views/settings.jet.html:3z-JKkAe8g0": "Custom image proxy server", "assets/views/settings.jet.html:46nKBKI-o3E": ").", "assets/views/settings.jet.html:4QFlfWgJgLo": "Vertical", + "assets/views/settings.jet.html:4qqBIlowNVc": "Open artworks in new tab", "assets/views/settings.jet.html:5BuXOpUUBZU": "Set the text orientation for novels. This affects how the text is displayed and read on the page.", "assets/views/settings.jet.html:6qQEEaPazT4": "Hide explicit content (R-18)", "assets/views/settings.jet.html:78FGmOr-0IE": "Gothic", "assets/views/settings.jet.html:7YMxLXE36Ek": "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.", - "assets/views/settings.jet.html:7gcb7Y0hldQ": "Configure how clicking on artwork thumbnails behaves.", - "assets/views/settings.jet.html:899-JjQSqFU": "Save All Settings", "assets/views/settings.jet.html:8IfoQf-UbIk": "Button", "assets/views/settings.jet.html:8Vjy7zy9rGk": "Force text orientation", "assets/views/settings.jet.html:9OkMLL4vwzc": "All image proxies will be shown by default, regardless of their actual state.", @@ -355,13 +355,14 @@ "assets/views/settings.jet.html:AW-JXnYprME": "Toggle the switches below to hide specific types of content. Disabled switches will allow the content to be shown.", "assets/views/settings.jet.html:BIT5PQQ5sD8": "Hides artwork tagged as R18. This includes sexually explicit material suitable for adults (", "assets/views/settings.jet.html:BMUAazLVwaM": "Account", + "assets/views/settings.jet.html:BVDwo0MDb14": "Image proxy server", "assets/views/settings.jet.html:C4QtCaOf9RA": "Applies the raw settings entered above. This action will overwrite your current configuration with the provided values.", "assets/views/settings.jet.html:C4mTXpardOI": "No previewing. Clicking on thumbnails will directly open the full artwork page.", "assets/views/settings.jet.html:CFS9yq3rt2Y": "This PixivFE instance has been configured to", "assets/views/settings.jet.html:CPE3NTswPus": "Cover", - "assets/views/settings.jet.html:DQJyrhAruhA": "Filter Artworks", "assets/views/settings.jet.html:DSbUybBy_lY": "Font family", "assets/views/settings.jet.html:DccFH4IMd1Y": "Mincho", + "assets/views/settings.jet.html:DrdGyqfctZs": "Choose whether clicking on artwork thumbnails opens the full artwork in the same tab or a new tab.", "assets/views/settings.jet.html:DtCsRxBdZQc": "Cookies will be saved on your browser, and will expire after a fixed period of time.", "assets/views/settings.jet.html:ELUKg3EtBMk": "To securely end your session, click the 'Log out!' button. This will immediately remove your session token.", "assets/views/settings.jet.html:EUWq600_GzQ": "Hide AI-generated artworks", @@ -375,8 +376,8 @@ "assets/views/settings.jet.html:LFaRGbCnLpA": "Like/Bookmark", "assets/views/settings.jet.html:MJhAtYNrY_I": "Select image proxy server", "assets/views/settings.jet.html:MW0QlG0NWlU": "The image proxy server currently set.", - "assets/views/settings.jet.html:N70pZAFl1Oo": "Thumbnail Behavior", "assets/views/settings.jet.html:NEWGagEJi-Y": "Current image proxy server", + "assets/views/settings.jet.html:NdjYBhFlvXs": "If you prefer, you can also specify a custom proxy server by entering its URL manually.", "assets/views/settings.jet.html:P33EwG7DZ4U": "Choose the font style for displaying novels. This affects the readability and aesthetic of the text.", "assets/views/settings.jet.html:PWNqFZ8UeZU": "Open the previewer when you click into the thumbnails. This allows for quick previews without leaving the current page.", "assets/views/settings.jet.html:PYngmBtXeiE": "Reset", @@ -387,25 +388,24 @@ "assets/views/settings.jet.html:SxDzl-oxDjQ": "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.", "assets/views/settings.jet.html:TaKXvrpgT1c": "Enable this to display all available proxy servers, including those that may not be currently working.", "assets/views/settings.jet.html:TnoZkpQip3Y": "Show all proxy servers", + "assets/views/settings.jet.html:Tu7etcbV-lI": "Filter artworks", "assets/views/settings.jet.html:UQC2X86T244": "When importing settings, any invalid or unrecognized values will be ignored to prevent configuration errors.", "assets/views/settings.jet.html:UWKSndE-Tzo": "entry on pixiv Encyclopedia", "assets/views/settings.jet.html:UdfAqQKfK2g": "This action will reset all your preferences to default values. It cannot be undone.", "assets/views/settings.jet.html:V4wS40KMxiY": "A sans-serif font style that's clean and modern. It's commonly used for easy readability on digital screens, offering a contemporary appearance.", "assets/views/settings.jet.html:VTqB1Svitc0": "Clear", + "assets/views/settings.jet.html:WOEEKABkX7M": "Exercise caution when modifying these settings; incorrect values may adversely affect PixivFE's functionality.", "assets/views/settings.jet.html:Wz5Pxq0uTDE": "Log out", "assets/views/settings.jet.html:ZQwEm6eAScE": "A serif font style that resembles traditional Japanese printing. It's often used for formal or literary content, providing a classic and elegant look.", "assets/views/settings.jet.html:ZejSb38l81A": "Image proxies that fail this check will not be shown unless \"Show all proxy servers\" is enabled.", "assets/views/settings.jet.html:_p0pNeOT7oo": "Raw settings", "assets/views/settings.jet.html:_qLO2Kt327w": "Supported features (for now):", "assets/views/settings.jet.html:hRoKWkl2_fA": "Enter the URL of a custom proxy server if you wish to use one not listed above.", - "assets/views/settings.jet.html:jF7swvhVIkM": "Artwork Preview Pop-ups", - "assets/views/settings.jet.html:jikBF9TJHpI": "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.", "assets/views/settings.jet.html:joLFImgCvYE": "Restore your settings if the current instance's cookies have expired", "assets/views/settings.jet.html:kIl02obBowc": "This area displays all your current cookie values in a raw format. You can:", "assets/views/settings.jet.html:kQYIzN_2HRw": "Log in", "assets/views/settings.jet.html:kg26vyu7L-Y": "Site", "assets/views/settings.jet.html:lMUHQ94guaE": "The underscore separates your member ID (left side) from a random string (right side).", - "assets/views/settings.jet.html:lQy_U4Jbvw0": "Site Settings", "assets/views/settings.jet.html:mT0Op70h0wA": "You can reset all cookies and use PixivFE's default preferences instead. This action will remove all customized settings.", "assets/views/settings.jet.html:mnm-L9ARha0": "Discovery page", "assets/views/settings.jet.html:nPBm25BmDWM": "Reset all preferences", @@ -414,16 +414,15 @@ "assets/views/settings.jet.html:qYEuq6fGw_o": "not", "assets/views/settings.jet.html:qq2RUV_bd1c": "This section allows you to directly manage PixivFE's cookie-based preferences. Intended for advanced users who understand the implications of changing these values.", "assets/views/settings.jet.html:rpFLE9FS29I": "Copy these settings to quickly configure another PixivFE instance", - "assets/views/settings.jet.html:rwC-6zcXy2E": "Exercise caution when modifying these settings. Incorrect values may adversely affect PixivFE's functionality or your browsing experience.", "assets/views/settings.jet.html:uLsOjyOZBbY": "check the list of built-in image proxies (", "assets/views/settings.jet.html:uWiQGCprNJE": "Novels", "assets/views/settings.jet.html:v99ONKPEJe4": "吾輩は猫である。名前はまだ無い。どこで生れたかとんと見当がつかぬ。何でも薄暗いじめじめした所でニャーニャー泣いていた事だけは記憶している。吾輩はここで始めて人間というものを見た。", - "assets/views/settings.jet.html:vtRwhHpPNb0": "Image Proxy Server", "assets/views/settings.jet.html:vxTFyk2WXw4": "PixivFE uses cookies to store your preferences, which you can change on this page to customize your experience on this instance.", "assets/views/settings.jet.html:wD8pVsSJrTg": "has been set).", "assets/views/settings.jet.html:whYA8lpAKsc": "This PixivFE instance has been configured to check the list of built-in image proxies every {{ .ProxyCheckInterval }}.", "assets/views/settings.jet.html:x0quIK1YVQk": "Log out!", "assets/views/settings.jet.html:y6pXNsQLNSg": "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.", + "assets/views/settings.jet.html:yEUgkGx647Y": "Choose how images are loaded in PixivFE by selecting either the built-in proxy or one of the provided external proxy servers.", "assets/views/settings.jet.html:yxY72MHqQiw": "Hide ero-guro content (R-18G)", "assets/views/settings.jet.html:zwpruJko68c": "Cookie values", "assets/views/tag.jet.html:0KK3ILpfkhM": "All Time",