Skip to content

Releases: RedNodeAI/pixiv-hidden-filter-auto-show

v1.0.1 — Firefox AMO validation fixes

Choose a tag to compare

@RedNodeAI RedNodeAI released this 19 May 08:25

Maintenance release for Firefox AMO compliance. No functional changes for Chrome users.

Changes

  • Added data_collection_permissions: { required: ["none"] } to the Gecko block — newly required by AMO, declares the extension collects no user data.
  • Replaced innerHTML assignment in popup.js with safe DOM construction (createElement + textContent). Visually identical; satisfies AMO's stricter linter.

Install

Same as v1.0.0 — see README.

Notes

  • Chrome users on v1.0.0 will be auto-updated once Chrome Web Store finishes reviewing v1.0.0.
  • Firefox users: install from AMO (pending review) or sideload the zip below.

v1.0.0 — Initial release

Choose a tag to compare

@RedNodeAI RedNodeAI released this 19 May 06:23

First public release of Pixiv Hidden Filter Auto Show.

What it does

  • Adds dgw=1 to every Pixiv search and tag URL so works that Pixiv hides behind its default search filter are always shown.
  • Survives Pixiv's SPA navigation — the parameter is kept when you click tags, paginate, or change sort order.
  • Optional toggle: redirect clicks on the Pixiv home logo to your followers' new-works feed.

Install (Chrome / Edge / Brave)

  1. Download pixiv-hidden-filter-auto-show-1.0.0.zip below.
  2. Unzip anywhere.
  3. Open chrome://extensions → toggle Developer mode on → Load unpacked → select the unzipped folder.

Install (Firefox)

  1. Download the zip below.
  2. Open about:debuggingThis FirefoxLoad Temporary Add-on… → select manifest.json inside the unzipped folder.

Requirements

  • Chrome / Edge / Brave: version 111 or newer.
  • Firefox: version 109 or newer.

Privacy

No data collected, no remote code, no external requests. See PRIVACY.md for full details.