chore(docs): remove shrill.en.dev analytics script#457
Merged
Conversation
Greptile SummaryThis PR removes the Confidence Score: 5/5Safe to merge — straightforward removal of a deprecated analytics snippet with no functional side effects. Single-file change that deletes a dead external script reference; no logic, no security implications, no syntax issues. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[VitePress Build] --> B[docs/.vitepress/config.mjs]
B --> C[Head Tags]
C --> D[Meta / Link tags]
C -.->|removed| E["❌ shrill.en.dev analytics script"]
Reviews (1): Last reviewed commit: "chore(docs): remove shrill.en.dev analyt..." | Re-trigger Greptile |
Merged
jdx
pushed a commit
that referenced
this pull request
May 2, 2026
### 🚜 Refactor - extract providers and core types into fnox-core crate by [@jdx](https://github.com/jdx) in [#458](#458) ### 📚 Documentation - prefix star count with ★ glyph and populate it on deploy by [@jdx](https://github.com/jdx) in [#447](#447) - add favicons and web app manifest by [@jdx](https://github.com/jdx) in [#448](#448) ### 🔍 Other Changes - **(docs)** remove shrill.en.dev analytics script by [@jdx](https://github.com/jdx) in [#457](#457) - **(release)** add musl Linux targets for Alpine compatibility by [@jdx](https://github.com/jdx) in [#452](#452) - add plausible analytics by [@jdx](https://github.com/jdx) in [#451](#451) - bump hk to 1.44.3 by [@jdx](https://github.com/jdx) in [#454](#454) ### 📦️ Dependency Updates - update autofix-ci/action action to v1.3.4 by [@renovate[bot]](https://github.com/renovate[bot]) in [#455](#455) - update apple-actions/import-codesign-certs action to v7 by [@renovate[bot]](https://github.com/renovate[bot]) in [#456](#456)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes the proxied shrill.en.dev analytics snippet from the VitePress docs config — the endpoint is going away.
Note
Low Risk
Low risk: removes a docs-site analytics script tag only, with no impact on application logic or data handling.
Overview
Removes the
shrill.en.devanalyticsscriptinjection from the VitePress docsheadconfig, stopping the docs site from loading and sending events to that endpoint.Reviewed by Cursor Bugbot for commit 08592fc. Bugbot is set up for automated code reviews on this repo. Configure here.