Releases: RedNodeAI/pixiv-hidden-filter-auto-show
Releases · RedNodeAI/pixiv-hidden-filter-auto-show
Release list
v1.0.1 — Firefox AMO validation fixes
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
innerHTMLassignment inpopup.jswith 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
First public release of Pixiv Hidden Filter Auto Show.
What it does
- Adds
dgw=1to 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)
- Download
pixiv-hidden-filter-auto-show-1.0.0.zipbelow. - Unzip anywhere.
- Open
chrome://extensions→ toggle Developer mode on → Load unpacked → select the unzipped folder.
Install (Firefox)
- Download the zip below.
- Open
about:debugging→ This Firefox → Load Temporary Add-on… → selectmanifest.jsoninside 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.